storage

package
v0.0.0-...-4c964c4 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type PipelineStorage

type PipelineStorage interface {
	PutStageFile(ctx context.Context, executionId, stageId int64, fileName string, data []byte) error
	GetStageFile(ctx context.Context, executionId, stageId int64, fileName string) ([]byte, error)
}

func LoadPipelineStorage

func LoadPipelineStorage(ctx context.Context, c *types.Config, storageConfig storage.Config) (PipelineStorage, error)

func ProvidePipelineStorage

func ProvidePipelineStorage(ctx context.Context, c *types.Config, storageConfig storage.Config) (PipelineStorage, error)

Jump to

Keyboard shortcuts

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