router

package
v0.0.0-...-43207eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRouter

type MockRouter struct {
	mock.Mock
}

func (*MockRouter) Route

func (r *MockRouter) Route(payload tss.Payload) error

type Router

type Router interface {
	Route(payload tss.Payload) error
}

func NewRouter

func NewRouter(cfg RouterConfigs) Router

type RouterConfigs

type RouterConfigs struct {
	RPCCallerChannel      tss.Channel
	ErrorJitterChannel    tss.Channel
	ErrorNonJitterChannel tss.Channel
	WebhookChannel        tss.Channel
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL