Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListExecutions ¶
func ListExecutions(ctx context.Context, query string) ([]*workflowpb.WorkflowExecutionInfo, error)
func SearchAttributesWorkflow ¶
SearchAttributesWorkflow workflow definition
Types ¶
type ClientContextKey ¶
type ClientContextKey struct{}
ClientContextKey is the key for lookup
var ( // ErrClientNotFound when client is not found on context. ErrClientNotFound = errors.New("failed to retrieve client from context") // ClientCtxKey for retrieving client from context. ClientCtxKey ClientContextKey )
Click to show internal directories.
Click to hide internal directories.