Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmbedEmbed ¶
type EmbedEmbed struct {
EmbedEmbedString string
}
type Env ¶
type Env struct {
Embed
Ambiguous string
Any interface{}
Bool bool
Float float64
Int64 int64
Int32 int32
Int int
Uint32 uint32
String string
BoolPtr *bool
FloatPtr *float64
IntPtr *int
IntPtrPtr **int
StringPtr *string
Foo Foo
Abstract Abstract
ArrayOfAny []interface{}
ArrayOfInt []int
ArrayOfFoo []Foo
MapOfFoo map[string]Foo
MapOfAny map[string]interface{}
FuncParam func(_ bool, _ int, _ string) bool
FuncParamAny func(_ interface{}) bool
FuncTooManyReturns func() (int, int, error)
FuncNamed MyFunc
NilFn func()
Variadic func(_ int, _ ...int) bool
Fast func(...interface{}) interface{}
Time time.Time
Duration time.Duration
}
Click to show internal directories.
Click to hide internal directories.