Documentation ¶ Index ¶ func Carry(o Executor) contextx.Carrier func With(ctx context.Context, o Executor) context.Context type Executor func From(ctx context.Context) (Executor, bool) func Must(ctx context.Context) Executor Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Carry ¶ func Carry(o Executor) contextx.Carrier func With ¶ func With(ctx context.Context, o Executor) context.Context Types ¶ type Executor ¶ type Executor interface { Key(string) string Exec(string, ...any) (any, error) } func From ¶ func From(ctx context.Context) (Executor, bool) func Must ¶ func Must(ctx context.Context) Executor Source Files ¶ View all Source files operator.go Click to show internal directories. Click to hide internal directories.