package
0.0.0-20230313140341-b44964e63a92
Repository: https://github.com/mongoose-os/mos.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
GetMVarNameLib returns a string like "mos.libs.foo".
GetMVarNameLibPath returns a string like "mos.libs.foo.path".
GetMVarNameManifest returns "manifest".
GetMVarNameModule returns a string like "mos.modules.foo".
GetMVarNameModulePath returns a string like "mos.modules.foo.path".
GetMVarNameMos returns "mos".
GetMVarNameMosPlatform returns "mos.platform".
GetMVarNameMosVersion returns "mos.version".
No description provided by the author
No description provided by the author
SetLibVars populates "mos.libs.<libName>".
SetManifestVars makes all variables from the given manifest available at the top level and under "manifest".
SetModuleVars populates "mos.modules.<moduleName>".
No description provided by the author
# Structs
MosInterpreter can evaluate very simple expressions, see EvaluateExpr.
MosVars is a wrapper around datamap.DataMap with get-fail-handler which provides some shortcut phantom values, e.g.