package
0.0.0-20240416161049-a532a675ca5c
Repository: https://github.com/goatcms/goatcore.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
GetBool get bool value from data scope.
GetComplex128 get complex128 value from data scope.
GetComplex64 get complex64 value from data scope.
GetFloat32 get float32 value from data scope.
GetFloat64 get float64 value from data scope.
GetInt get int value from data scope.
GetInt64 get int value from data scope.
GetString get string value from data scope.
GetUint get uint value from data scope.
GetUint64 get uint64 value from data scope.
New create new instance of scope.
NewChild create new instance of child scope.
# Variables
ErrDoned is the error returned by ContextScope.AddTasks when the context scope is done.
# Structs
ChildParams describe child scope.
Params describe scope.
Scope is global scope interface.