Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionRunner ¶
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 ¶
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.