store

package
v0.0.0-...-c01aa29 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct{}

func NewStore

func NewStore() *Store

func (*Store) NewFileUploader

func (s *Store) NewFileUploader(key string) Uploader

type StoreFactory

type StoreFactory interface {
	NewFileUploader(key string) Uploader
}

保存Runner运行中的日志

type Uploader

type Uploader interface {
	DriverName() string
	ObjectID() string
	Upload(ctx context.Context, steam io.ReadCloser) error
}

用于上传日志

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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