Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReflowByEventsRequest ¶
type ReflowByEventsRequest struct { Events []string `json:"events,omitempty"` ReflowWorkflows }
func (*ReflowByEventsRequest) GetWorkflows ¶
func (r *ReflowByEventsRequest) GetWorkflows() []string
type ReflowBySubjectsRequest ¶
type ReflowBySubjectsRequest struct { Subjects []string `json:"subjects,omitempty"` ReflowWorkflows }
func (*ReflowBySubjectsRequest) GetWorkflows ¶
func (r *ReflowBySubjectsRequest) GetWorkflows() []string
type ReflowRequest ¶
type ReflowRequest interface {
GetWorkflows() []string
}
type ReflowWorkflows ¶
type ReflowWorkflows struct {
Workflows []string `json:"workflows,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.