Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewParallelListenerManagerProvider ¶
func NewParallelListenerManagerProvider[V comparable](provider driver.ListenerManagerProvider[V]) *parallelListenerManagerProvider[V]
func NewPublicParamsFetcher ¶
Types ¶
type Configuration ¶
type Configuration interface {
// LookupNamespace searches for a TMS configuration that matches the given network and channel, and
// return its namespace.
// If no matching configuration is found, an error is returned.
// If multiple matching configurations are found, an error is returned.
LookupNamespace(network, channel string) (string, error)
// ConfigurationFor returns the configuration for the given coordinates
ConfigurationFor(network, channel, namespace string) (*config.Configuration, error)
}
Configuration models the configuration provider
Directories
¶
| Path | Synopsis |
|---|---|
|
rws
|
|
|
translator/mock
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.