Documentation ¶ Index ¶ type Decorator func (d Decorator) Call(ctx context.Context, args ...interface{}) (string, error) func (d Decorator) Deinit(_ context.Context) error func (d Decorator) Description(_ context.Context) string func (d Decorator) Init(_ context.Context) error func (d Decorator) Name(_ context.Context) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Decorator ¶ type Decorator struct{} func (Decorator) Call ¶ func (d Decorator) Call(ctx context.Context, args ...interface{}) (string, error) func (Decorator) Deinit ¶ func (d Decorator) Deinit(_ context.Context) error func (Decorator) Description ¶ func (d Decorator) Description(_ context.Context) string func (Decorator) Init ¶ func (d Decorator) Init(_ context.Context) error func (Decorator) Name ¶ func (d Decorator) Name(_ context.Context) string Source Files ¶ View all Source files decorator.go Click to show internal directories. Click to hide internal directories.