pipeline

package
v0.0.0-...-b38b6e4 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	CreatePipelineFromFile(context.Context, string) (uuid.UUID, error)
	CreatePipeline(context.Context, valueobjects.Definition) (uuid.UUID, error)
	Schedule(pipelineID uuid.UUID) error
}

func New

func New(cfgs ...Configuration) (API, error)

type Configuration

type Configuration func(*service) error

func WithSQLiteRepository

func WithSQLiteRepository(r pipeline.Repository) Configuration

Jump to

Keyboard shortcuts

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