Documentation
¶
Overview ¶
Package helper provides FX annotation helpers and shared wiring utilities for the API server modules.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsHealthIndicator ¶
AsHealthIndicator is a helper function to annotate a function as a health indicator.
func AsRunner ¶
AsRunner is a helper function to annotate a function as a scheduler runner. The annotated value is collected into the "runners" group and executed by the primary adapter's Executor.
func PointerFunc ¶
func PointerFunc[T any](a T) func() *T
PointerFunc is a generic function that returns a function that returns a pointer to the input value. It is a helper function to generate a function that returns a pointer to the input value. It is used to provide a function as a interface.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package management provides management HTTP server functionality.
|
Package management provides management HTTP server functionality. |
Click to show internal directories.
Click to hide internal directories.