tpl/resources: Add empty method mapping for GetRemote

To get auto generated documentation for it.
This commit is contained in:
Bjørn Erik Pedersen 2021-12-17 10:30:10 +01:00
parent 44954497bc
commit b84745d497
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -38,6 +38,11 @@ func init() {
[][2]string{},
)
ns.AddMethodMapping(ctx.GetRemote,
nil,
[][2]string{},
)
// Add aliases for the most common transformations.
ns.AddMethodMapping(ctx.Fingerprint,