Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizePath ¶
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
Click to show internal directories.
Click to hide internal directories.