Documentation ¶
Index ¶
- type AskFunc
- type Batch
- type Context
- func (ctx Context) ApplyAskFn(fn func(ctx context.Context, askFn AskFunc) context.Context) Context
- func (ctx Context) Deadline() (time.Time, bool)
- func (ctx Context) Debug(msg string, args ...any)
- func (ctx Context) Done() <-chan struct{}
- func (ctx Context) Err() error
- func (ctx Context) Error(errs *error, err error, msg string) bool
- func (ctx Context) Info(msg string, args ...any)
- func (ctx Context) Value(key any) any
- func (ctx Context) Warn(msg string, args ...any)
- func (ctx Context) With(key string, value any) Context
- func (ctx Context) WithAskFn(askFn AskFunc) Context
- type Interface
- type Registry
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func (Context) ApplyAskFn ¶
Click to show internal directories.
Click to hide internal directories.