Versions in this module Expand all Collapse all v0 v0.0.1 Jun 25, 2026 Changes in this version + func TypeOfOperator(t reflect.Type) reflect.Type + type BasePathDescriber interface + BasePath func() string + type DefaultSetter interface + SetDefault func() + type EmptyOperator struct + func (EmptyOperator) NoOutput() + func (EmptyOperator) Output(context.Context) (any, error) + type Factory struct + ContextKey any + IsLast bool + NoOutput bool + Operator Operator + Params url.Values + Type reflect.Type + func NewFactory(op Operator, last bool) *Factory + func (f *Factory) New() (op Operator) + func (f *Factory) String() string + type HasContextKey interface + ContextKey func() any + type HasMiddlewares interface + Middlewares func() []Operator + type HasParameters interface + OperatorParameters func() map[string][]string + type Initializer interface + Init func(context.Context) error + type InitializerFrom interface + InitFromOperator func(Operator) + type MetaOperator struct + func (g *MetaOperator) BasePath() string + func (g *MetaOperator) Path() string + func (g *MetaOperator) String() string + type Newer interface + New func() Operator + type NoOutput interface + NoOutput func() + type Operator interface + Output func(context.Context) (any, error) + func BasePathOperator(base string) Operator + func GroupOperator(group string) Operator + type PathDescriber interface + Path func() string