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