Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver interface {
// Type returns type of the driver
Type() string
// PushString pushes string to report
PushString(ctx context.Context, report string)
// PushReader pushes io.Reader to report to allow streaming of log to report
PushReader(ctx context.Context, report io.Reader)
// Close close the report
Close(ctx context.Context)
}
Driver report driver interface
Click to show internal directories.
Click to hide internal directories.