base

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL