Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutableContextError ¶ added in v0.0.3
type ExecutableContextError struct {
Workspace, Namespace, WorkspacePath, FlowFile string
}
func (ExecutableContextError) Error ¶ added in v0.0.3
func (e ExecutableContextError) Error() string
type ExecutableNotFoundError ¶ added in v0.0.3
func (ExecutableNotFoundError) Error ¶ added in v0.0.3
func (e ExecutableNotFoundError) Error() string
type WorkspaceNotFoundError ¶ added in v0.0.3
type WorkspaceNotFoundError struct {
Workspace string
}
func (WorkspaceNotFoundError) Error ¶ added in v0.0.3
func (e WorkspaceNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.