package
0.12.2
Repository: https://github.com/tinkerbell/tink.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Constants

Failed is a final state.
A workflow is in pending state when it is waiting for the hardware to pick it up and start the execution.
A workflow is in a running state when the tink-worker started the exeuction of it, and it is currently in execution inside the device itself.
This is the state we all deserve.
Timeout is final state, almost like FAILED but it communicate to you that an action or the overall workflow reached the specified timeout.

# Variables

No description provided by the author
Enum value maps for State.
Enum value maps for State.
WorkflowService_ServiceDesc is the grpc.ServiceDesc for WorkflowService service.

# Structs

No description provided by the author
UnimplementedWorkflowServiceServer should be embedded to have forward compatible implementations.
WorkflowAction represents a single aciton part of a workflow.
A list of actions.
WorkflowActionsRequest is used to get actions for a particular workflow.
WorkflowActionStatus represents the state of all the action part of a workflow.
WorkflowContext represents the state of the execution of this workflow in detail.
No description provided by the author

# Interfaces

UnsafeWorkflowServiceServer may be embedded to opt out of forward compatibility for this service.
No description provided by the author
No description provided by the author
WorkflowServiceClient is the client API for WorkflowService service.
WorkflowServiceServer is the server API for WorkflowService service.

# Type aliases

The various state a workflow can be.