Documentation ¶
Overview ¶
Package worker implements a Cadence worker with basic configurations.
Index ¶
Constants ¶
View Source
const ( HostPort = "127.0.0.1:7833" Domain = "cadence-samples" // TaskListName identifies set of client workflows, activities, and workers. // It could be your group or client or application name. TaskListName = "cadence-samples-worker" ClientName = "cadence-samples-worker" CadenceService = "cadence-frontend" )
Variables ¶
This section is empty.
Functions ¶
func BuildCadenceClient ¶
func BuildCadenceClient() workflowserviceclient.Interface
func BuildLogger ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.