Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
func New ¶
func New(db *storage.Connection, opts ...Option) *Dispatcher
func (*Dispatcher) Dispatch ¶
func (o *Dispatcher) Dispatch( ctx context.Context, cfg *conf.ExtensibilityPointConfiguration, tx *storage.Connection, req, res any, ) error
Click to show internal directories.
Click to hide internal directories.