Documentation ¶
Index ¶
Constants ¶
View Source
const (
DirektivActionIDHeader = "Direktiv-ActionID"
)
Variables ¶
View Source
var ( ErrCodeInternal = "direktiv.internal.error" ErrCodeWorkflowUnparsable = "direktiv.workflow.unparsable" ErrCodeMultipleErrors = "direktiv.workflow.multipleErrors" ErrCodeCancelledByParent = "direktiv.cancels.parent" ErrCodeSoftTimeout = "direktiv.cancels.timeout.soft" ErrCodeHardTimeout = "direktiv.cancels.timeout.hard" ErrCodeJQBadQuery = "direktiv.jq.badCommand" ErrCodeJQNotObject = "direktiv.jq.notObject" ErrCodeJQNoResults = "direktiv.jq.badCommand" ErrCodeJQManyResults = "direktiv.jq.badCommand" )
Functions ¶
func GetInodePath ¶
GetInodePath returns the exact path to a inode.
func NoCancelContext ¶ added in v0.8.2
WithoutCancel returns a context that is never canceled.
Types ¶
type ServiceResponse ¶
type ServiceResponse struct { ErrorCode string `json:"errorCode"` ErrorMessage string `json:"errorMessage"` Data interface{} `json:"data"` }
ServiceResponse is the response structure for internal knative services.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.