Documentation ¶
Index ¶
- type Context
- func (ctx Context) As(userID string) 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(msg string, args ...any)
- func (ctx Context) Info(msg string, args ...any)
- func (ctx Context) Job() jobs.Context
- func (ctx Context) Value(key any) any
- func (ctx Context) Warn(msg string, args ...any)
- func (ctx Context) With(key string, value any) Context
- type Interface
- type Jobs
- type Registry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶
Click to show internal directories.
Click to hide internal directories.