Documentation ¶ Index ¶ type RelayerSet func (s RelayerSet) Get(ctx context.Context, relayID types.RelayID) (core.Relayer, error) func (s RelayerSet) List(ctx context.Context, relayIDs ...types.RelayID) (map[types.RelayID]core.Relayer, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type RelayerSet ¶ type RelayerSet struct { } func (RelayerSet) Get ¶ func (s RelayerSet) Get(ctx context.Context, relayID types.RelayID) (core.Relayer, error) func (RelayerSet) List ¶ func (s RelayerSet) List(ctx context.Context, relayIDs ...types.RelayID) (map[types.RelayID]core.Relayer, error) Source Files ¶ View all Source files relayerset.go Click to show internal directories. Click to hide internal directories.