Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionRunner ¶
type ActionRunner interface {
RunAction(ctx context.Context, dryrun bool, action string, eventJSON string) error
}
ActionRunner to run an action
type EventGrapher ¶
EventGrapher to list the actions
type EventLister ¶
type EventLister interface {
ListEvents() []string
}
EventLister to list the events
type EventRunner ¶
type EventRunner interface {
RunEvent(ctx context.Context, dryrun bool, event string, eventJSON string) error
}
EventRunner to run an event
type Workflows ¶
type Workflows interface {
EventGrapher
EventLister
ActionRunner
EventRunner
Close()
}
Workflows provides capabilities to work with the workflow file
Click to show internal directories.
Click to hide internal directories.