taskchainservice

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NormalizePath

func NormalizePath(p string) (string, error)

Types

type Service

type Service interface {
	Get(ctx context.Context, ref string) (*taskengine.TaskChainDefinition, error)
	List(ctx context.Context) ([]string, error)
	CreateAtPath(ctx context.Context, path string, chain *taskengine.TaskChainDefinition) error
	UpdateAtPath(ctx context.Context, path string, chain *taskengine.TaskChainDefinition) error
	DeleteByPath(ctx context.Context, path string) error
}

func NewLocal

func NewLocal(files localfileservice.Service) Service

Jump to

Keyboard shortcuts

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