storage

package
v0.0.2-alpha Latest Latest
Warning

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

Go to latest
Published: Jan 15, 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 CAZStorage

type CAZStorage struct {
	Configuration *types.Configuration
	Status        string
}

func (*CAZStorage) GetStatus

func (cAZStorage *CAZStorage) GetStatus() string

func (*CAZStorage) HandleArtifacts

func (cAZStorage *CAZStorage) HandleArtifacts(artifacts []*types.Artifact)

type IStorage

type IStorage interface {
	HandleArtifacts(artifacts []*types.Artifact)
	GetStatus() string
}

func NewCAZStorage

func NewCAZStorage(configuration *types.Configuration) IStorage

Jump to

Keyboard shortcuts

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