ibc_relayer

package
v1.17.2 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package ibc_relayer is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IRelayerStore

type IRelayerStore interface {
	List() (metadata map[uint64]responses.Relayer)
	All() (relayers []responses.Relayer)
}

type MockIRelayerStore

type MockIRelayerStore struct {
	// contains filtered or unexported fields
}

MockIRelayerStore is a mock of IRelayerStore interface.

func NewMockIRelayerStore

func NewMockIRelayerStore(ctrl *gomock.Controller) *MockIRelayerStore

NewMockIRelayerStore creates a new mock instance.

func (*MockIRelayerStore) All

func (m *MockIRelayerStore) All() []responses.Relayer

All mocks base method.

func (*MockIRelayerStore) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIRelayerStore) List

func (m *MockIRelayerStore) List() map[uint64]responses.Relayer

List mocks base method.

type MockIRelayerStoreAllCall

type MockIRelayerStoreAllCall struct {
	*gomock.Call
}

MockIRelayerStoreAllCall wrap *gomock.Call

func (*MockIRelayerStoreAllCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRelayerStoreAllCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRelayerStoreAllCall) Return

Return rewrite *gomock.Call.Return

type MockIRelayerStoreListCall

type MockIRelayerStoreListCall struct {
	*gomock.Call
}

MockIRelayerStoreListCall wrap *gomock.Call

func (*MockIRelayerStoreListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRelayerStoreListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRelayerStoreListCall) Return

Return rewrite *gomock.Call.Return

type MockIRelayerStoreMockRecorder

type MockIRelayerStoreMockRecorder struct {
	// contains filtered or unexported fields
}

MockIRelayerStoreMockRecorder is the mock recorder for MockIRelayerStore.

func (*MockIRelayerStoreMockRecorder) All

All indicates an expected call of All.

func (*MockIRelayerStoreMockRecorder) List

List indicates an expected call of List.

type RelayerStore

type RelayerStore struct {
	// contains filtered or unexported fields
}

func NewRelayerStore

func NewRelayerStore(ctx context.Context, pathToFile string, address storage.IAddress) (*RelayerStore, error)

func (*RelayerStore) All

func (s *RelayerStore) All() []responses.Relayer

func (*RelayerStore) List

func (s *RelayerStore) List() map[uint64]responses.Relayer

Jump to

Keyboard shortcuts

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