Skip to content

Commit

Permalink
tpl/resources: Add empty method mapping for GetRemote
Browse files Browse the repository at this point in the history
To get auto generated documentation for it.
  • Loading branch information
bep committed Dec 17, 2021
1 parent 4495449 commit b84745d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tpl/resources/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b84745d

Please sign in to comment.