Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conveyor ¶
type Conveyor struct { ID uuid.UUID CreatedAt time.Time Nonce string Provider provider.IProvider Storage storage.IStorage Configuration *types.Configuration }
Config represents Conveyor object.
func NewConveyor ¶
func NewConveyor(cfg *types.Configuration) *Conveyor
func (*Conveyor) ProcessArtifact ¶
func (*Conveyor) SetProvider ¶
func (c *Conveyor) SetProvider(cfg *types.Configuration)
func (*Conveyor) SetStorage ¶
func (c *Conveyor) SetStorage(cfg *types.Configuration)
Click to show internal directories.
Click to hide internal directories.