Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Version is the version of the service. Version = "devel" // CommitHash is the commit hash of the service. CommitHash = "" )
Variables ¶
This section is empty.
Functions ¶
func ServiceInfoWorkflow ¶
func ServiceInfoWorkflow(_ workflow.Context, _ api.ServiceInfoParams) (api.ServiceInfoResults, error)
ServiceInfoWorkflow returns the service information.
Types ¶
type Ticks ¶
type Ticks interface {
Register(w worker.Worker)
RegisterForTicksListeningWorkflow(
ctx workflow.Context,
params api.RegisterForTicksListeningWorkflowParams,
) (api.RegisterForTicksListeningWorkflowResults, error)
UnregisterFromTicksListeningWorkflow(
ctx workflow.Context,
params api.UnregisterFromTicksListeningWorkflowParams,
) (api.UnregisterFromTicksListeningWorkflowResults, error)
}
Ticks is the ticks domain.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package exchanges is a generated GoMock package.
|
Package exchanges is a generated GoMock package. |
|
internal
|
|
Click to show internal directories.
Click to hide internal directories.