Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventManager ¶
type EventManager struct {
// contains filtered or unexported fields
}
func NewEventManager ¶
func NewEventManager(action model.Action, url, token string) *EventManager
type UnexpectedResponseError ¶
func (*UnexpectedResponseError) Error ¶
func (e *UnexpectedResponseError) Error() string
type WorkflowRunManager ¶
type WorkflowRunManager struct {
// contains filtered or unexported fields
}
func NewWorkflowRunManager ¶
func NewWorkflowRunManager(us, token string) (*WorkflowRunManager, error)
func (*WorkflowRunManager) Run ¶
func (w *WorkflowRunManager) Run(ctx context.Context, name string, parameters map[string]openapi.WorkflowRunParameter) (*model.WorkflowRun, error)
Click to show internal directories.
Click to hide internal directories.