Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlushInput ¶
type FlushLogsInput ¶
type FlushLogsInput struct {
}
type LogFlusher ¶
type LogFlusher struct {
// contains filtered or unexported fields
}
func NewLogFlusher ¶
func NewLogFlusher(opts *LogFlusherOpts) *LogFlusher
func (*LogFlusher) Flush ¶
func (lf *LogFlusher) Flush(ctx context.Context, input FlushInput) (string, error)
func (*LogFlusher) FlushLogs ¶
func (lf *LogFlusher) FlushLogs(ctx workflow.Context, input FlushLogsInput) (string, error)
type LogFlusherOpts ¶
type LogFlusherOpts struct {
LogStore logstorage.LogStorageBackend
FileStore filestorage.FileStorageManager
Repository repository.Repository
}
Click to show internal directories.
Click to hide internal directories.