Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockEcocreditKeeper
- func (m *MockEcocreditKeeper) Balance(arg0 context.Context, arg1 *ecocredit.QueryBalanceRequest) (*ecocredit.QueryBalanceResponse, error)
- func (m *MockEcocreditKeeper) BatchInfo(arg0 context.Context, arg1 *ecocredit.QueryBatchInfoRequest) (*ecocredit.QueryBatchInfoResponse, error)
- func (m *MockEcocreditKeeper) Batches(arg0 context.Context, arg1 *ecocredit.QueryBatchesRequest) (*ecocredit.QueryBatchesResponse, error)
- func (m *MockEcocreditKeeper) ClassInfo(arg0 context.Context, arg1 *ecocredit.QueryClassInfoRequest) (*ecocredit.QueryClassInfoResponse, error)
- func (m *MockEcocreditKeeper) Classes(arg0 context.Context, arg1 *ecocredit.QueryClassesRequest) (*ecocredit.QueryClassesResponse, error)
- func (m *MockEcocreditKeeper) CreditTypes(arg0 context.Context, arg1 *ecocredit.QueryCreditTypesRequest) (*ecocredit.QueryCreditTypesResponse, error)
- func (m *MockEcocreditKeeper) EXPECT() *MockEcocreditKeeperMockRecorder
- func (m *MockEcocreditKeeper) GetCreateBasketFee(ctx context.Context) types.Coins
- func (m *MockEcocreditKeeper) HasClassInfo(ctx types0.Context, classID string) bool
- func (m *MockEcocreditKeeper) Params(arg0 context.Context, arg1 *ecocredit.QueryParamsRequest) (*ecocredit.QueryParamsResponse, error)
- func (m *MockEcocreditKeeper) Supply(arg0 context.Context, arg1 *ecocredit.QuerySupplyRequest) (*ecocredit.QuerySupplyResponse, error)
- type MockEcocreditKeeperMockRecorder
- func (mr *MockEcocreditKeeperMockRecorder) Balance(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEcocreditKeeperMockRecorder) BatchInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEcocreditKeeperMockRecorder) Batches(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEcocreditKeeperMockRecorder) ClassInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEcocreditKeeperMockRecorder) Classes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEcocreditKeeperMockRecorder) CreditTypes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEcocreditKeeperMockRecorder) GetCreateBasketFee(ctx interface{}) *gomock.Call
- func (mr *MockEcocreditKeeperMockRecorder) HasClassInfo(ctx, classID interface{}) *gomock.Call
- func (mr *MockEcocreditKeeperMockRecorder) Params(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEcocreditKeeperMockRecorder) Supply(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEcocreditKeeper ¶
type MockEcocreditKeeper struct {
// contains filtered or unexported fields
}
MockEcocreditKeeper is a mock of EcocreditKeeper interface.
func NewMockEcocreditKeeper ¶
func NewMockEcocreditKeeper(ctrl *gomock.Controller) *MockEcocreditKeeper
NewMockEcocreditKeeper creates a new mock instance.
func (*MockEcocreditKeeper) Balance ¶
func (m *MockEcocreditKeeper) Balance(arg0 context.Context, arg1 *ecocredit.QueryBalanceRequest) (*ecocredit.QueryBalanceResponse, error)
Balance mocks base method.
func (*MockEcocreditKeeper) BatchInfo ¶
func (m *MockEcocreditKeeper) BatchInfo(arg0 context.Context, arg1 *ecocredit.QueryBatchInfoRequest) (*ecocredit.QueryBatchInfoResponse, error)
BatchInfo mocks base method.
func (*MockEcocreditKeeper) Batches ¶
func (m *MockEcocreditKeeper) Batches(arg0 context.Context, arg1 *ecocredit.QueryBatchesRequest) (*ecocredit.QueryBatchesResponse, error)
Batches mocks base method.
func (*MockEcocreditKeeper) ClassInfo ¶
func (m *MockEcocreditKeeper) ClassInfo(arg0 context.Context, arg1 *ecocredit.QueryClassInfoRequest) (*ecocredit.QueryClassInfoResponse, error)
ClassInfo mocks base method.
func (*MockEcocreditKeeper) Classes ¶
func (m *MockEcocreditKeeper) Classes(arg0 context.Context, arg1 *ecocredit.QueryClassesRequest) (*ecocredit.QueryClassesResponse, error)
Classes mocks base method.
func (*MockEcocreditKeeper) CreditTypes ¶
func (m *MockEcocreditKeeper) CreditTypes(arg0 context.Context, arg1 *ecocredit.QueryCreditTypesRequest) (*ecocredit.QueryCreditTypesResponse, error)
CreditTypes mocks base method.
func (*MockEcocreditKeeper) EXPECT ¶
func (m *MockEcocreditKeeper) EXPECT() *MockEcocreditKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEcocreditKeeper) GetCreateBasketFee ¶
func (m *MockEcocreditKeeper) GetCreateBasketFee(ctx context.Context) types.Coins
GetCreateBasketFee mocks base method.
func (*MockEcocreditKeeper) HasClassInfo ¶
func (m *MockEcocreditKeeper) HasClassInfo(ctx types0.Context, classID string) bool
HasClassInfo mocks base method.
func (*MockEcocreditKeeper) Params ¶
func (m *MockEcocreditKeeper) Params(arg0 context.Context, arg1 *ecocredit.QueryParamsRequest) (*ecocredit.QueryParamsResponse, error)
Params mocks base method.
func (*MockEcocreditKeeper) Supply ¶
func (m *MockEcocreditKeeper) Supply(arg0 context.Context, arg1 *ecocredit.QuerySupplyRequest) (*ecocredit.QuerySupplyResponse, error)
Supply mocks base method.
type MockEcocreditKeeperMockRecorder ¶
type MockEcocreditKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockEcocreditKeeperMockRecorder is the mock recorder for MockEcocreditKeeper.
func (*MockEcocreditKeeperMockRecorder) Balance ¶
func (mr *MockEcocreditKeeperMockRecorder) Balance(arg0, arg1 interface{}) *gomock.Call
Balance indicates an expected call of Balance.
func (*MockEcocreditKeeperMockRecorder) BatchInfo ¶
func (mr *MockEcocreditKeeperMockRecorder) BatchInfo(arg0, arg1 interface{}) *gomock.Call
BatchInfo indicates an expected call of BatchInfo.
func (*MockEcocreditKeeperMockRecorder) Batches ¶
func (mr *MockEcocreditKeeperMockRecorder) Batches(arg0, arg1 interface{}) *gomock.Call
Batches indicates an expected call of Batches.
func (*MockEcocreditKeeperMockRecorder) ClassInfo ¶
func (mr *MockEcocreditKeeperMockRecorder) ClassInfo(arg0, arg1 interface{}) *gomock.Call
ClassInfo indicates an expected call of ClassInfo.
func (*MockEcocreditKeeperMockRecorder) Classes ¶
func (mr *MockEcocreditKeeperMockRecorder) Classes(arg0, arg1 interface{}) *gomock.Call
Classes indicates an expected call of Classes.
func (*MockEcocreditKeeperMockRecorder) CreditTypes ¶
func (mr *MockEcocreditKeeperMockRecorder) CreditTypes(arg0, arg1 interface{}) *gomock.Call
CreditTypes indicates an expected call of CreditTypes.
func (*MockEcocreditKeeperMockRecorder) GetCreateBasketFee ¶
func (mr *MockEcocreditKeeperMockRecorder) GetCreateBasketFee(ctx interface{}) *gomock.Call
GetCreateBasketFee indicates an expected call of GetCreateBasketFee.
func (*MockEcocreditKeeperMockRecorder) HasClassInfo ¶
func (mr *MockEcocreditKeeperMockRecorder) HasClassInfo(ctx, classID interface{}) *gomock.Call
HasClassInfo indicates an expected call of HasClassInfo.
func (*MockEcocreditKeeperMockRecorder) Params ¶
func (mr *MockEcocreditKeeperMockRecorder) Params(arg0, arg1 interface{}) *gomock.Call
Params indicates an expected call of Params.
func (*MockEcocreditKeeperMockRecorder) Supply ¶
func (mr *MockEcocreditKeeperMockRecorder) Supply(arg0, arg1 interface{}) *gomock.Call
Supply indicates an expected call of Supply.