Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BridgerProvider ¶
type BridgerProvider interface { // GetBridger returns the bridger for the given chain GetBridger(chain string) bridge.Bridger }
func NewBridgerProvider ¶
func NewBridgerProvider(cfg config.Config) BridgerProvider
Click to show internal directories.
Click to hide internal directories.