Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetScripts ¶ added in v0.0.17
func GetScripts(ctx C, scriptService *scripts.ScriptService, adaptors *adaptors.Adaptors, args ...int) (scripts map[string]*m.Script)
GetScripts ...
Types ¶
type MyStruct ¶
type MyStruct struct {
Bool bool
Int int
Int8 int8
Int16 int16
Int32 int32
Int64 int64
UInt uint
UInt8 uint8
UInt16 uint16
UInt32 uint32
UInt64 uint64
String string
Bytes []byte
Float32 float32
Float64 float64
Empty *MyStruct
Nested *MyStruct
Slice []int
// contains filtered or unexported fields
}
MyStruct ...
Click to show internal directories.
Click to hide internal directories.