Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver[T any] struct { // contains filtered or unexported fields }
func (*Driver[T]) ConfigType ¶
type DriverConfigChecker ¶
type Factory ¶
type Factory[T any] struct { // contains filtered or unexported fields }
func NewFactory ¶
type WorkerBase ¶
type WorkerBase struct {
// contains filtered or unexported fields
}
func Worker ¶
func Worker(id string, name string) WorkerBase
func (*WorkerBase) Id ¶
func (w *WorkerBase) Id() string
func (*WorkerBase) Name ¶
func (w *WorkerBase) Name() string
Click to show internal directories.
Click to hide internal directories.