lang: funcs: Add nitpicks from funcgen

Discussed nitpicks with roidelapluie to clean up slightly for
consistency.
This commit is contained in:
James Shubin
2019-10-30 08:44:03 -04:00
parent 1685ee1ecb
commit 631124e658
6 changed files with 14 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ type function struct {
// MclName is the name of the package of the function in mcl.
MgmtPackage string `yaml:"mgmtPackage"`
// MclName is the name of the function in mcl.
MclName string `yaml:"mgmtName"`
MclName string `yaml:"mclName"`
// InternalName is the name used inside the templated file.
// Used to avoid clash between same functions from different packages.
InternalName string `yaml:"internalName"`