Documentation ¶
Overview ¶
Package mock_minions is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBotPool ¶
type MockBotPool struct {
// contains filtered or unexported fields
}
MockBotPool is a mock of BotPool interface
func NewMockBotPool ¶
func NewMockBotPool(ctrl *gomock.Controller) *MockBotPool
NewMockBotPool creates a new mock instance
func (*MockBotPool) EXPECT ¶
func (m *MockBotPool) EXPECT() *MockBotPoolMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBotPool) FundMinions ¶
func (m *MockBotPool) FundMinions(ctx context.Context, config *configs.FaucetServer, horizonClient horizonclient.ClientInterface) ([]*keypair.Full, error)
FundMinions mocks base method
type MockBotPoolMockRecorder ¶
type MockBotPoolMockRecorder struct {
// contains filtered or unexported fields
}
MockBotPoolMockRecorder is the mock recorder for MockBotPool
func (*MockBotPoolMockRecorder) FundMinions ¶
func (mr *MockBotPoolMockRecorder) FundMinions(ctx, config, horizonClient interface{}) *gomock.Call
FundMinions indicates an expected call of FundMinions
func (*MockBotPoolMockRecorder) Summon ¶
func (mr *MockBotPoolMockRecorder) Summon(ctx interface{}) *gomock.Call
Summon indicates an expected call of Summon
Click to show internal directories.
Click to hide internal directories.