Documentation ¶
Index ¶
- type ConnectionFactory
- func (_m *ConnectionFactory) GetAccessAPIClient(address string, networkPubKey crypto.PublicKey) (access.AccessAPIClient, io.Closer, error)
- func (_m *ConnectionFactory) GetAccessAPIClientWithPort(address string, networkPubKey crypto.PublicKey) (access.AccessAPIClient, io.Closer, error)
- func (_m *ConnectionFactory) GetExecutionAPIClient(address string) (execution.ExecutionAPIClient, io.Closer, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionFactory ¶
ConnectionFactory is an autogenerated mock type for the ConnectionFactory type
func NewConnectionFactory ¶
func NewConnectionFactory(t mockConstructorTestingTNewConnectionFactory) *ConnectionFactory
NewConnectionFactory creates a new instance of ConnectionFactory. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ConnectionFactory) GetAccessAPIClient ¶
func (_m *ConnectionFactory) GetAccessAPIClient(address string, networkPubKey crypto.PublicKey) (access.AccessAPIClient, io.Closer, error)
GetAccessAPIClient provides a mock function with given fields: address, networkPubKey
func (*ConnectionFactory) GetAccessAPIClientWithPort ¶
func (_m *ConnectionFactory) GetAccessAPIClientWithPort(address string, networkPubKey crypto.PublicKey) (access.AccessAPIClient, io.Closer, error)
GetAccessAPIClientWithPort provides a mock function with given fields: address, networkPubKey
func (*ConnectionFactory) GetExecutionAPIClient ¶
func (_m *ConnectionFactory) GetExecutionAPIClient(address string) (execution.ExecutionAPIClient, io.Closer, error)
GetExecutionAPIClient provides a mock function with given fields: address
Click to show internal directories.
Click to hide internal directories.