Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Tag is the tag used for the relayer image. Tag string `mapstructure:"tag"` // Image is the image that should be used for the relayer. Image string `mapstructure:"image"` }
Config holds configuration values for the relayer used in the tests.
type RelayerMap ¶
RelayerMap is a mapping from test names to a relayer set for that test.
func (RelayerMap) AddRelayer ¶
func (r RelayerMap) AddRelayer(testName string, relayer ibc.Relayer, chainID string)
AddRelayer adds the given relayer to the relayer set for the given test name.
func (RelayerMap) ContainsRelayer ¶
func (r RelayerMap) ContainsRelayer(testName string, wallet ibc.Wallet) bool
containsRelayer returns true if the given relayer is in the relayer set for the given test name.
Click to show internal directories.
Click to hide internal directories.