Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Helper ¶
type Helper[T any] struct { // contains filtered or unexported fields }
Helper assists in creating event handlers.
type Options ¶
type Options struct {
Subscriptions []common.Subscription
Service struct {
Invocation struct {
Enabled bool
Name string
}
}
}
Options can be used to create customized handler.
func DefaultOptions ¶
DefaultOptions returns options based in config.
Click to show internal directories.
Click to hide internal directories.