Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver interface {
// Name returns name of the output
Name() string
// Type returns type of output
Type() string
// Send sends response with output
Send(ctx context.Context, response *payload.Response) map[string]interface{}
//Stop stops execution of output
Stop(ctx context.Context)
}
Driver output driver interface
Click to show internal directories.
Click to hide internal directories.