Documentation
¶
Index ¶
Constants ¶
View Source
const ( TplGetServiceCall = "gontainerFn_getService(%+q)" // (any, error) TplGetByTagCall = "gontainerFn_getByTag(%+q)" // ([]any, error) TplConcatenateCall = "gontainerFn_concatenateChunks(%s)" // (string, error) TplValueCall = "func() (interface{}, error) { return %s, nil }()" TplGetParamFunc = "func() (interface{}, error) { return gontainerFn_getParam(%+q) }" TplGetFunc = "func() (r interface{}, err error) { %s }" BuiltInGetEnv = "gontainerFn_getEnv" BuiltinGetEnvInt = "gontainerFn_getEnvInt" BuiltInParamTodo = "gontainerFn_paramTodo" TagWildcard = "*" )
View Source
const GontainerHelperPath = "github.com/gomponents/gontainer-helpers"
GontainerHelperPath is the import path to gontainer-helpers modules. Updating a path here should update it in all used places in printed container.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.