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(opts ...Option) *Dispatcher
func (*Dispatcher) Dispatch ¶
func (o *Dispatcher) Dispatch( ctx context.Context, cfg *conf.ExtensibilityPointConfiguration, req any, res any, ) error
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithBackoff ¶
func WithResponseLimit ¶
func WithRetries ¶
func WithTimeout ¶
Click to show internal directories.
Click to hide internal directories.