Documentation
¶
Index ¶
- type Service
- func (s *Service) CreateRun(ctx context.Context, installID, actionWorkflowID string, roleName string, ...) error
- func (s *Service) DeleteWorkflow(ctx context.Context, action_workflow_id string) error
- func (s *Service) GetRecentRuns(ctx context.Context, installID, actionWorkflowID string, offset, limit int, ...) error
- func (s *Service) GetRun(ctx context.Context, installID, runID string, asJSON bool) error
- func (s *Service) List(ctx context.Context, appID string, offset, limit int, asJSON bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) DeleteWorkflow ¶
func (*Service) GetRecentRuns ¶
Click to show internal directories.
Click to hide internal directories.