Documentation ¶ Index ¶ type BuiltinT type CtxAFunc type CtxAFuncAE type CtxEFunc type CtxFunc type CtxFuncCtxE type CtxFuncE type CtxFuncFE type CtxFuncIE type CtxFuncSE type CtxPFuncRE type CtxTFunc type EFunc type Func type FuncCtxE type FuncE type KVFuncB Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BuiltinT ¶ type BuiltinT interface { string | int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64 | float32 | float64 | []string | []int | []int8 | []int16 | []int32 | []int64 | []uint | []uint8 | []uint16 | []uint32 | []uint64 | []float32 | []float64 } type CtxAFunc ¶ type CtxAFunc func(context.Context, any) type CtxAFuncAE ¶ type CtxAFuncAE func(context.Context, any) (any, error) type CtxEFunc ¶ type CtxEFunc func(context.Context, error) type CtxFunc ¶ type CtxFunc func(context.Context) type CtxFuncCtxE ¶ type CtxFuncCtxE func(context.Context) (context.Context, error) type CtxFuncE ¶ type CtxFuncE func(context.Context) error type CtxFuncFE ¶ type CtxFuncFE func(context.Context) (float64, error) type CtxFuncIE ¶ type CtxFuncIE func(context.Context) (int64, error) type CtxFuncSE ¶ type CtxFuncSE func(context.Context) (string, error) type CtxPFuncRE ¶ type CtxPFuncRE[P any, R any] func(context.Context, P) (R, error) type CtxTFunc ¶ type CtxTFunc[T any] func(context.Context, T) type EFunc ¶ type EFunc func(error) type Func ¶ type Func func() type FuncCtxE ¶ type FuncCtxE func() (context.Context, error) type FuncE ¶ type FuncE func() error type KVFuncB ¶ type KVFuncB[K any, V any] func(K, V) bool Source Files ¶ View all Source files define.go Click to show internal directories. Click to hide internal directories.