logflusher

package
v0.1.0-alpha.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlushInput

type FlushInput struct {
	TeamID      string
	ModuleID    string
	ModuleRunID string
}

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL