Documentation ¶
Index ¶
- func Get(conn *grpc.ClientConn, id string) (*ingress.GetWorkflowInstanceResponse, error)
- func List(conn *grpc.ClientConn, namespace string) ([]*ingress.GetWorkflowInstancesResponse_WorkflowInstance, error)
- func Logs(conn *grpc.ClientConn, id string) ([]*ingress.GetWorkflowInstanceLogsResponse_WorkflowInstanceLog, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(conn *grpc.ClientConn, id string) (*ingress.GetWorkflowInstanceResponse, error)
Get returns a workflow instance.
func List ¶
func List(conn *grpc.ClientConn, namespace string) ([]*ingress.GetWorkflowInstancesResponse_WorkflowInstance, error)
List workflow instances
func Logs ¶
func Logs(conn *grpc.ClientConn, id string) ([]*ingress.GetWorkflowInstanceLogsResponse_WorkflowInstanceLog, error)
Logs returns all logs associated with the workflow instance ID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.