From b84745d497301693ea13ff962434a2e074c75762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 17 Dec 2021 10:30:10 +0100 Subject: [PATCH] tpl/resources: Add empty method mapping for GetRemote To get auto generated documentation for it. --- tpl/resources/init.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tpl/resources/init.go b/tpl/resources/init.go index 8bebec40d..4c8dff7bc 100644 --- a/tpl/resources/init.go +++ b/tpl/resources/init.go @@ -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,