Documentation
¶
Overview ¶
Package helper provides utility functions and types for the application layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner interface {
// Name returns the name of the runner.
// It's only for debugging & logging purposes.
Name() string
// Run starts the runner with the given context.
Run(ctx context.Context) error
}
Runner is an interface that defines a runner that can be started with a context.
Click to show internal directories.
Click to hide internal directories.