Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
TemporalServiceAddress string `envconfig:"TEMPORAL_SERVICE_URL" default:"localhost:7233"`
}
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func (*Worker) RegisterActivities ¶
func (w *Worker) RegisterActivities(activityList ...interface{})
func (*Worker) RegisterToTemporal ¶
func (*Worker) RegisterWorkflows ¶
func (w *Worker) RegisterWorkflows(wfList ...interface{})
Click to show internal directories.
Click to hide internal directories.