From: Bjørn Erik Pedersen Date: Fri, 17 Dec 2021 09:30:10 +0000 (+0100) Subject: tpl/resources: Add empty method mapping for GetRemote X-Git-Tag: v0.91.0~4 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b84745d497301693ea13ff962434a2e074c75762;p=brevno-suite%2Fhugo tpl/resources: Add empty method mapping for GetRemote To get auto generated documentation for it. --- diff --git a/tpl/resources/init.go b/tpl/resources/init.go index 8bebec40..4c8dff7b 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,