api

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InvalidRequest = model.Error{
	Code:    "wfx.invalidRequest",
	Message: "The request was invalid and/or could not be completed by the storage",
	Logref:  "96a37ea1f7d205ffbfa12334c6812727",
}
View Source
var JobNotFound = model.Error{
	Code:    "wfx.jobNotFound",
	Logref:  "11cc67762090e15b79a1387eca65ba65",
	Message: "Job ID was not found",
}
View Source
var WorkflowInvalid = model.Error{
	Code:    "wfx.workflowInvalid",
	Logref:  "18f57adc70dd79c7fb4f1246be8a6e04",
	Message: "Workflow validation failed",
}
View Source
var WorkflowNotFound = model.Error{
	Code:    "wfx.workflowNotFound",
	Logref:  "c452719774086b6e803bb8f6ecea9899",
	Message: "Workflow not found for given name",
}
View Source
var WorkflowNotUnique = model.Error{
	Code:    "wfx.workflowNotUnique",
	Logref:  "e1ee1f2aea859b9dd34579610e386da6",
	Message: "Workflow with name already exists",
}

Functions

func NewNorthboundAPI

func NewNorthboundAPI(storage persistence.Storage) *operations.WorkflowExecutorAPI

func NewSouthboundAPI

func NewSouthboundAPI(storage persistence.Storage) *operations.WorkflowExecutorAPI

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL