Documentation
¶
Index ¶
- Variables
- type JQFilter
- func (jq JQFilter) VisitDeleteJobsIdResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitDeleteJobsIdTagsResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitDeleteWorkflowsNameResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetHealthResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetJobsEventsResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetJobsIdDefinitionResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetJobsIdResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetJobsIdStatusResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetJobsIdTagsResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetJobsResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetVersionResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetWorkflowsNameResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitGetWorkflowsResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitPostJobsIdTagsResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitPostJobsResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitPostWorkflowsResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitPutJobsIdDefinitionResponse(w http.ResponseWriter) error
- func (jq JQFilter) VisitPutJobsIdStatusResponse(w http.ResponseWriter) error
- type NorthboundServer
- func (north NorthboundServer) DeleteJobsId(ctx context.Context, request api.DeleteJobsIdRequestObject) (api.DeleteJobsIdResponseObject, error)
- func (north NorthboundServer) DeleteJobsIdTags(ctx context.Context, request api.DeleteJobsIdTagsRequestObject) (api.DeleteJobsIdTagsResponseObject, error)
- func (north NorthboundServer) DeleteWorkflowsName(ctx context.Context, request api.DeleteWorkflowsNameRequestObject) (api.DeleteWorkflowsNameResponseObject, error)
- func (north NorthboundServer) GetHealth(ctx context.Context, request api.GetHealthRequestObject) (api.GetHealthResponseObject, error)
- func (north NorthboundServer) GetJobs(ctx context.Context, request api.GetJobsRequestObject) (api.GetJobsResponseObject, error)
- func (north NorthboundServer) GetJobsEvents(ctx context.Context, request api.GetJobsEventsRequestObject) (api.GetJobsEventsResponseObject, error)
- func (north NorthboundServer) GetJobsId(ctx context.Context, request api.GetJobsIdRequestObject) (api.GetJobsIdResponseObject, error)
- func (north NorthboundServer) GetJobsIdDefinition(ctx context.Context, request api.GetJobsIdDefinitionRequestObject) (api.GetJobsIdDefinitionResponseObject, error)
- func (north NorthboundServer) GetJobsIdStatus(ctx context.Context, request api.GetJobsIdStatusRequestObject) (api.GetJobsIdStatusResponseObject, error)
- func (north NorthboundServer) GetJobsIdTags(ctx context.Context, request api.GetJobsIdTagsRequestObject) (api.GetJobsIdTagsResponseObject, error)
- func (north NorthboundServer) GetVersion(ctx context.Context, request api.GetVersionRequestObject) (api.GetVersionResponseObject, error)
- func (north NorthboundServer) GetWorkflows(ctx context.Context, request api.GetWorkflowsRequestObject) (api.GetWorkflowsResponseObject, error)
- func (north NorthboundServer) GetWorkflowsName(ctx context.Context, request api.GetWorkflowsNameRequestObject) (api.GetWorkflowsNameResponseObject, error)
- func (north NorthboundServer) PostJobs(ctx context.Context, request api.PostJobsRequestObject) (api.PostJobsResponseObject, error)
- func (north NorthboundServer) PostJobsIdTags(ctx context.Context, request api.PostJobsIdTagsRequestObject) (api.PostJobsIdTagsResponseObject, error)
- func (north NorthboundServer) PostWorkflows(ctx context.Context, request api.PostWorkflowsRequestObject) (api.PostWorkflowsResponseObject, error)
- func (north NorthboundServer) PutJobsIdDefinition(ctx context.Context, request api.PutJobsIdDefinitionRequestObject) (api.PutJobsIdDefinitionResponseObject, error)
- func (north NorthboundServer) PutJobsIdStatus(ctx context.Context, request api.PutJobsIdStatusRequestObject) (api.PutJobsIdStatusResponseObject, error)
- type SSEOpts
- type SouthboundServer
- func (south SouthboundServer) DeleteJobsId(context.Context, api.DeleteJobsIdRequestObject) (api.DeleteJobsIdResponseObject, error)
- func (south SouthboundServer) DeleteJobsIdTags(context.Context, api.DeleteJobsIdTagsRequestObject) (api.DeleteJobsIdTagsResponseObject, error)
- func (south SouthboundServer) DeleteWorkflowsName(context.Context, api.DeleteWorkflowsNameRequestObject) (api.DeleteWorkflowsNameResponseObject, error)
- func (south SouthboundServer) GetHealth(ctx context.Context, request api.GetHealthRequestObject) (api.GetHealthResponseObject, error)
- func (south SouthboundServer) GetJobs(ctx context.Context, request api.GetJobsRequestObject) (api.GetJobsResponseObject, error)
- func (south SouthboundServer) GetJobsEvents(ctx context.Context, request api.GetJobsEventsRequestObject) (api.GetJobsEventsResponseObject, error)
- func (south SouthboundServer) GetJobsId(ctx context.Context, request api.GetJobsIdRequestObject) (api.GetJobsIdResponseObject, error)
- func (south SouthboundServer) GetJobsIdDefinition(ctx context.Context, request api.GetJobsIdDefinitionRequestObject) (api.GetJobsIdDefinitionResponseObject, error)
- func (south SouthboundServer) GetJobsIdStatus(ctx context.Context, request api.GetJobsIdStatusRequestObject) (api.GetJobsIdStatusResponseObject, error)
- func (south SouthboundServer) GetJobsIdTags(ctx context.Context, request api.GetJobsIdTagsRequestObject) (api.GetJobsIdTagsResponseObject, error)
- func (south SouthboundServer) GetVersion(ctx context.Context, request api.GetVersionRequestObject) (api.GetVersionResponseObject, error)
- func (south SouthboundServer) GetWorkflows(ctx context.Context, request api.GetWorkflowsRequestObject) (api.GetWorkflowsResponseObject, error)
- func (south SouthboundServer) GetWorkflowsName(ctx context.Context, request api.GetWorkflowsNameRequestObject) (api.GetWorkflowsNameResponseObject, error)
- func (south SouthboundServer) PostJobs(context.Context, api.PostJobsRequestObject) (api.PostJobsResponseObject, error)
- func (south SouthboundServer) PostJobsIdTags(context.Context, api.PostJobsIdTagsRequestObject) (api.PostJobsIdTagsResponseObject, error)
- func (south SouthboundServer) PostWorkflows(context.Context, api.PostWorkflowsRequestObject) (api.PostWorkflowsResponseObject, error)
- func (south SouthboundServer) PutJobsIdDefinition(ctx context.Context, request api.PutJobsIdDefinitionRequestObject) (api.PutJobsIdDefinitionResponseObject, error)
- func (south SouthboundServer) PutJobsIdStatus(ctx context.Context, request api.PutJobsIdStatusRequestObject) (api.PutJobsIdStatusResponseObject, error)
- type WfxServer
- func (server WfxServer) DeleteJobsId(ctx context.Context, request api.DeleteJobsIdRequestObject) (api.DeleteJobsIdResponseObject, error)
- func (server WfxServer) DeleteJobsIdTags(ctx context.Context, request api.DeleteJobsIdTagsRequestObject) (api.DeleteJobsIdTagsResponseObject, error)
- func (server WfxServer) DeleteWorkflowsName(ctx context.Context, request api.DeleteWorkflowsNameRequestObject) (api.DeleteWorkflowsNameResponseObject, error)
- func (server WfxServer) GetHealth(ctx context.Context, _ api.GetHealthRequestObject) (api.GetHealthResponseObject, error)
- func (server WfxServer) GetJobs(ctx context.Context, request api.GetJobsRequestObject) (api.GetJobsResponseObject, error)
- func (server WfxServer) GetJobsEvents(ctx context.Context, request api.GetJobsEventsRequestObject) (api.GetJobsEventsResponseObject, error)
- func (server WfxServer) GetJobsId(ctx context.Context, request api.GetJobsIdRequestObject) (api.GetJobsIdResponseObject, error)
- func (server WfxServer) GetJobsIdDefinition(ctx context.Context, request api.GetJobsIdDefinitionRequestObject) (api.GetJobsIdDefinitionResponseObject, error)
- func (server WfxServer) GetJobsIdStatus(ctx context.Context, request api.GetJobsIdStatusRequestObject) (api.GetJobsIdStatusResponseObject, error)
- func (server WfxServer) GetJobsIdTags(ctx context.Context, request api.GetJobsIdTagsRequestObject) (api.GetJobsIdTagsResponseObject, error)
- func (server WfxServer) GetVersion(context.Context, api.GetVersionRequestObject) (api.GetVersionResponseObject, error)
- func (server WfxServer) GetWorkflows(ctx context.Context, request api.GetWorkflowsRequestObject) (api.GetWorkflowsResponseObject, error)
- func (server WfxServer) GetWorkflowsName(ctx context.Context, request api.GetWorkflowsNameRequestObject) (api.GetWorkflowsNameResponseObject, error)
- func (server WfxServer) PostJobs(ctx context.Context, request api.PostJobsRequestObject) (api.PostJobsResponseObject, error)
- func (server WfxServer) PostJobsIdTags(ctx context.Context, request api.PostJobsIdTagsRequestObject) (api.PostJobsIdTagsResponseObject, error)
- func (server WfxServer) PostWorkflows(ctx context.Context, request api.PostWorkflowsRequestObject) (api.PostWorkflowsResponseObject, error)
- func (server WfxServer) PutJobsIdDefinition(ctx context.Context, request api.PutJobsIdDefinitionRequestObject) (api.PutJobsIdDefinitionResponseObject, error)
- func (server WfxServer) PutJobsIdStatus(ctx context.Context, request api.PutJobsIdStatusRequestObject, ...) (api.PutJobsIdStatusResponseObject, error)
- func (server WfxServer) Start()
- func (server WfxServer) Stop()
- func (server *WfxServer) WithSSEOpts(sseOpts SSEOpts) *WfxServer
Constants ¶
This section is empty.
Variables ¶
View Source
var InvalidRequest = api.Error{
Code: "wfx.invalidRequest",
Message: "The request was invalid and/or could not be completed by the storage",
Logref: "96a37ea1f7d205ffbfa12334c6812727",
}
View Source
var JobNotFound = api.Error{
Code: "wfx.jobNotFound",
Logref: "11cc67762090e15b79a1387eca65ba65",
Message: "Job ID was not found",
}
View Source
var WorkflowInvalid = api.Error{
Code: "wfx.workflowInvalid",
Logref: "18f57adc70dd79c7fb4f1246be8a6e04",
Message: "Workflow validation failed",
}
View Source
var WorkflowNotFound = api.Error{
Code: "wfx.workflowNotFound",
Logref: "c452719774086b6e803bb8f6ecea9899",
Message: "Workflow not found for given name",
}
View Source
var WorkflowNotUnique = api.Error{
Code: "wfx.workflowNotUnique",
Logref: "e1ee1f2aea859b9dd34579610e386da6",
Message: "Workflow with name already exists",
}
Functions ¶
This section is empty.
Types ¶
type JQFilter ¶ added in v0.4.0
type JQFilter struct {
// contains filtered or unexported fields
}
JQFilter applies a JQ filter to the response body.
func NewJQFilter ¶ added in v0.4.0
func (JQFilter) VisitDeleteJobsIdResponse ¶ added in v0.4.0
func (jq JQFilter) VisitDeleteJobsIdResponse(w http.ResponseWriter) error
func (JQFilter) VisitDeleteJobsIdTagsResponse ¶ added in v0.4.0
func (jq JQFilter) VisitDeleteJobsIdTagsResponse(w http.ResponseWriter) error
func (JQFilter) VisitDeleteWorkflowsNameResponse ¶ added in v0.4.0
func (jq JQFilter) VisitDeleteWorkflowsNameResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetHealthResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetHealthResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetJobsEventsResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetJobsEventsResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetJobsIdDefinitionResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetJobsIdDefinitionResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetJobsIdResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetJobsIdResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetJobsIdStatusResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetJobsIdStatusResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetJobsIdTagsResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetJobsIdTagsResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetJobsResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetJobsResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetVersionResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetVersionResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetWorkflowsNameResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetWorkflowsNameResponse(w http.ResponseWriter) error
func (JQFilter) VisitGetWorkflowsResponse ¶ added in v0.4.0
func (jq JQFilter) VisitGetWorkflowsResponse(w http.ResponseWriter) error
func (JQFilter) VisitPostJobsIdTagsResponse ¶ added in v0.4.0
func (jq JQFilter) VisitPostJobsIdTagsResponse(w http.ResponseWriter) error
func (JQFilter) VisitPostJobsResponse ¶ added in v0.4.0
func (jq JQFilter) VisitPostJobsResponse(w http.ResponseWriter) error
func (JQFilter) VisitPostWorkflowsResponse ¶ added in v0.4.0
func (jq JQFilter) VisitPostWorkflowsResponse(w http.ResponseWriter) error
func (JQFilter) VisitPutJobsIdDefinitionResponse ¶ added in v0.4.0
func (jq JQFilter) VisitPutJobsIdDefinitionResponse(w http.ResponseWriter) error
func (JQFilter) VisitPutJobsIdStatusResponse ¶ added in v0.4.0
func (jq JQFilter) VisitPutJobsIdStatusResponse(w http.ResponseWriter) error
type NorthboundServer ¶ added in v0.4.0
type NorthboundServer struct {
// contains filtered or unexported fields
}
func NewNorthboundServer ¶ added in v0.4.0
func NewNorthboundServer(wfx *WfxServer) NorthboundServer
func (NorthboundServer) DeleteJobsId ¶ added in v0.4.0
func (north NorthboundServer) DeleteJobsId(ctx context.Context, request api.DeleteJobsIdRequestObject) (api.DeleteJobsIdResponseObject, error)
func (NorthboundServer) DeleteJobsIdTags ¶ added in v0.4.0
func (north NorthboundServer) DeleteJobsIdTags(ctx context.Context, request api.DeleteJobsIdTagsRequestObject) (api.DeleteJobsIdTagsResponseObject, error)
func (NorthboundServer) DeleteWorkflowsName ¶ added in v0.4.0
func (north NorthboundServer) DeleteWorkflowsName(ctx context.Context, request api.DeleteWorkflowsNameRequestObject) (api.DeleteWorkflowsNameResponseObject, error)
func (NorthboundServer) GetHealth ¶ added in v0.4.0
func (north NorthboundServer) GetHealth(ctx context.Context, request api.GetHealthRequestObject) (api.GetHealthResponseObject, error)
func (NorthboundServer) GetJobs ¶ added in v0.4.0
func (north NorthboundServer) GetJobs(ctx context.Context, request api.GetJobsRequestObject) (api.GetJobsResponseObject, error)
func (NorthboundServer) GetJobsEvents ¶ added in v0.4.0
func (north NorthboundServer) GetJobsEvents(ctx context.Context, request api.GetJobsEventsRequestObject) (api.GetJobsEventsResponseObject, error)
func (NorthboundServer) GetJobsId ¶ added in v0.4.0
func (north NorthboundServer) GetJobsId(ctx context.Context, request api.GetJobsIdRequestObject) (api.GetJobsIdResponseObject, error)
func (NorthboundServer) GetJobsIdDefinition ¶ added in v0.4.0
func (north NorthboundServer) GetJobsIdDefinition(ctx context.Context, request api.GetJobsIdDefinitionRequestObject) (api.GetJobsIdDefinitionResponseObject, error)
func (NorthboundServer) GetJobsIdStatus ¶ added in v0.4.0
func (north NorthboundServer) GetJobsIdStatus(ctx context.Context, request api.GetJobsIdStatusRequestObject) (api.GetJobsIdStatusResponseObject, error)
func (NorthboundServer) GetJobsIdTags ¶ added in v0.4.0
func (north NorthboundServer) GetJobsIdTags(ctx context.Context, request api.GetJobsIdTagsRequestObject) (api.GetJobsIdTagsResponseObject, error)
func (NorthboundServer) GetVersion ¶ added in v0.4.0
func (north NorthboundServer) GetVersion(ctx context.Context, request api.GetVersionRequestObject) (api.GetVersionResponseObject, error)
func (NorthboundServer) GetWorkflows ¶ added in v0.4.0
func (north NorthboundServer) GetWorkflows(ctx context.Context, request api.GetWorkflowsRequestObject) (api.GetWorkflowsResponseObject, error)
func (NorthboundServer) GetWorkflowsName ¶ added in v0.4.0
func (north NorthboundServer) GetWorkflowsName(ctx context.Context, request api.GetWorkflowsNameRequestObject) (api.GetWorkflowsNameResponseObject, error)
func (NorthboundServer) PostJobs ¶ added in v0.4.0
func (north NorthboundServer) PostJobs(ctx context.Context, request api.PostJobsRequestObject) (api.PostJobsResponseObject, error)
func (NorthboundServer) PostJobsIdTags ¶ added in v0.4.0
func (north NorthboundServer) PostJobsIdTags(ctx context.Context, request api.PostJobsIdTagsRequestObject) (api.PostJobsIdTagsResponseObject, error)
func (NorthboundServer) PostWorkflows ¶ added in v0.4.0
func (north NorthboundServer) PostWorkflows(ctx context.Context, request api.PostWorkflowsRequestObject) (api.PostWorkflowsResponseObject, error)
func (NorthboundServer) PutJobsIdDefinition ¶ added in v0.4.0
func (north NorthboundServer) PutJobsIdDefinition(ctx context.Context, request api.PutJobsIdDefinitionRequestObject) (api.PutJobsIdDefinitionResponseObject, error)
func (NorthboundServer) PutJobsIdStatus ¶ added in v0.4.0
func (north NorthboundServer) PutJobsIdStatus(ctx context.Context, request api.PutJobsIdStatusRequestObject) (api.PutJobsIdStatusResponseObject, error)
type SouthboundServer ¶ added in v0.4.0
type SouthboundServer struct {
// contains filtered or unexported fields
}
func NewSouthboundServer ¶ added in v0.4.0
func NewSouthboundServer(wfx *WfxServer) SouthboundServer
func (SouthboundServer) DeleteJobsId ¶ added in v0.4.0
func (south SouthboundServer) DeleteJobsId(context.Context, api.DeleteJobsIdRequestObject) (api.DeleteJobsIdResponseObject, error)
func (SouthboundServer) DeleteJobsIdTags ¶ added in v0.4.0
func (south SouthboundServer) DeleteJobsIdTags(context.Context, api.DeleteJobsIdTagsRequestObject) (api.DeleteJobsIdTagsResponseObject, error)
func (SouthboundServer) DeleteWorkflowsName ¶ added in v0.4.0
func (south SouthboundServer) DeleteWorkflowsName(context.Context, api.DeleteWorkflowsNameRequestObject) (api.DeleteWorkflowsNameResponseObject, error)
func (SouthboundServer) GetHealth ¶ added in v0.4.0
func (south SouthboundServer) GetHealth(ctx context.Context, request api.GetHealthRequestObject) (api.GetHealthResponseObject, error)
func (SouthboundServer) GetJobs ¶ added in v0.4.0
func (south SouthboundServer) GetJobs(ctx context.Context, request api.GetJobsRequestObject) (api.GetJobsResponseObject, error)
func (SouthboundServer) GetJobsEvents ¶ added in v0.4.0
func (south SouthboundServer) GetJobsEvents(ctx context.Context, request api.GetJobsEventsRequestObject) (api.GetJobsEventsResponseObject, error)
func (SouthboundServer) GetJobsId ¶ added in v0.4.0
func (south SouthboundServer) GetJobsId(ctx context.Context, request api.GetJobsIdRequestObject) (api.GetJobsIdResponseObject, error)
func (SouthboundServer) GetJobsIdDefinition ¶ added in v0.4.0
func (south SouthboundServer) GetJobsIdDefinition(ctx context.Context, request api.GetJobsIdDefinitionRequestObject) (api.GetJobsIdDefinitionResponseObject, error)
func (SouthboundServer) GetJobsIdStatus ¶ added in v0.4.0
func (south SouthboundServer) GetJobsIdStatus(ctx context.Context, request api.GetJobsIdStatusRequestObject) (api.GetJobsIdStatusResponseObject, error)
func (SouthboundServer) GetJobsIdTags ¶ added in v0.4.0
func (south SouthboundServer) GetJobsIdTags(ctx context.Context, request api.GetJobsIdTagsRequestObject) (api.GetJobsIdTagsResponseObject, error)
func (SouthboundServer) GetVersion ¶ added in v0.4.0
func (south SouthboundServer) GetVersion(ctx context.Context, request api.GetVersionRequestObject) (api.GetVersionResponseObject, error)
func (SouthboundServer) GetWorkflows ¶ added in v0.4.0
func (south SouthboundServer) GetWorkflows(ctx context.Context, request api.GetWorkflowsRequestObject) (api.GetWorkflowsResponseObject, error)
func (SouthboundServer) GetWorkflowsName ¶ added in v0.4.0
func (south SouthboundServer) GetWorkflowsName(ctx context.Context, request api.GetWorkflowsNameRequestObject) (api.GetWorkflowsNameResponseObject, error)
func (SouthboundServer) PostJobs ¶ added in v0.4.0
func (south SouthboundServer) PostJobs(context.Context, api.PostJobsRequestObject) (api.PostJobsResponseObject, error)
func (SouthboundServer) PostJobsIdTags ¶ added in v0.4.0
func (south SouthboundServer) PostJobsIdTags(context.Context, api.PostJobsIdTagsRequestObject) (api.PostJobsIdTagsResponseObject, error)
func (SouthboundServer) PostWorkflows ¶ added in v0.4.0
func (south SouthboundServer) PostWorkflows(context.Context, api.PostWorkflowsRequestObject) (api.PostWorkflowsResponseObject, error)
func (SouthboundServer) PutJobsIdDefinition ¶ added in v0.4.0
func (south SouthboundServer) PutJobsIdDefinition(ctx context.Context, request api.PutJobsIdDefinitionRequestObject) (api.PutJobsIdDefinitionResponseObject, error)
func (SouthboundServer) PutJobsIdStatus ¶ added in v0.4.0
func (south SouthboundServer) PutJobsIdStatus(ctx context.Context, request api.PutJobsIdStatusRequestObject) (api.PutJobsIdStatusResponseObject, error)
type WfxServer ¶ added in v0.4.0
type WfxServer struct {
// contains filtered or unexported fields
}
func NewWfxServer ¶ added in v0.4.0
func NewWfxServer(storage persistence.Storage) *WfxServer
func (WfxServer) DeleteJobsId ¶ added in v0.4.0
func (server WfxServer) DeleteJobsId(ctx context.Context, request api.DeleteJobsIdRequestObject) (api.DeleteJobsIdResponseObject, error)
func (WfxServer) DeleteJobsIdTags ¶ added in v0.4.0
func (server WfxServer) DeleteJobsIdTags(ctx context.Context, request api.DeleteJobsIdTagsRequestObject) (api.DeleteJobsIdTagsResponseObject, error)
func (WfxServer) DeleteWorkflowsName ¶ added in v0.4.0
func (server WfxServer) DeleteWorkflowsName(ctx context.Context, request api.DeleteWorkflowsNameRequestObject) (api.DeleteWorkflowsNameResponseObject, error)
func (WfxServer) GetHealth ¶ added in v0.4.0
func (server WfxServer) GetHealth(ctx context.Context, _ api.GetHealthRequestObject) (api.GetHealthResponseObject, error)
func (WfxServer) GetJobs ¶ added in v0.4.0
func (server WfxServer) GetJobs(ctx context.Context, request api.GetJobsRequestObject) (api.GetJobsResponseObject, error)
func (WfxServer) GetJobsEvents ¶ added in v0.4.0
func (server WfxServer) GetJobsEvents(ctx context.Context, request api.GetJobsEventsRequestObject) (api.GetJobsEventsResponseObject, error)
func (WfxServer) GetJobsId ¶ added in v0.4.0
func (server WfxServer) GetJobsId(ctx context.Context, request api.GetJobsIdRequestObject) (api.GetJobsIdResponseObject, error)
func (WfxServer) GetJobsIdDefinition ¶ added in v0.4.0
func (server WfxServer) GetJobsIdDefinition(ctx context.Context, request api.GetJobsIdDefinitionRequestObject) (api.GetJobsIdDefinitionResponseObject, error)
func (WfxServer) GetJobsIdStatus ¶ added in v0.4.0
func (server WfxServer) GetJobsIdStatus(ctx context.Context, request api.GetJobsIdStatusRequestObject) (api.GetJobsIdStatusResponseObject, error)
func (WfxServer) GetJobsIdTags ¶ added in v0.4.0
func (server WfxServer) GetJobsIdTags(ctx context.Context, request api.GetJobsIdTagsRequestObject) (api.GetJobsIdTagsResponseObject, error)
func (WfxServer) GetVersion ¶ added in v0.4.0
func (server WfxServer) GetVersion(context.Context, api.GetVersionRequestObject) (api.GetVersionResponseObject, error)
func (WfxServer) GetWorkflows ¶ added in v0.4.0
func (server WfxServer) GetWorkflows(ctx context.Context, request api.GetWorkflowsRequestObject) (api.GetWorkflowsResponseObject, error)
func (WfxServer) GetWorkflowsName ¶ added in v0.4.0
func (server WfxServer) GetWorkflowsName(ctx context.Context, request api.GetWorkflowsNameRequestObject) (api.GetWorkflowsNameResponseObject, error)
func (WfxServer) PostJobs ¶ added in v0.4.0
func (server WfxServer) PostJobs(ctx context.Context, request api.PostJobsRequestObject) (api.PostJobsResponseObject, error)
func (WfxServer) PostJobsIdTags ¶ added in v0.4.0
func (server WfxServer) PostJobsIdTags(ctx context.Context, request api.PostJobsIdTagsRequestObject) (api.PostJobsIdTagsResponseObject, error)
func (WfxServer) PostWorkflows ¶ added in v0.4.0
func (server WfxServer) PostWorkflows(ctx context.Context, request api.PostWorkflowsRequestObject) (api.PostWorkflowsResponseObject, error)
func (WfxServer) PutJobsIdDefinition ¶ added in v0.4.0
func (server WfxServer) PutJobsIdDefinition(ctx context.Context, request api.PutJobsIdDefinitionRequestObject) (api.PutJobsIdDefinitionResponseObject, error)
func (WfxServer) PutJobsIdStatus ¶ added in v0.4.0
func (server WfxServer) PutJobsIdStatus(ctx context.Context, request api.PutJobsIdStatusRequestObject, eligible api.EligibleEnum) (api.PutJobsIdStatusResponseObject, error)
func (*WfxServer) WithSSEOpts ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.