You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Code generated by mockery v2.28.1. DO NOT EDIT.
package mocks
import mock "github.com/stretchr/testify/mock"
// GetBalanceCallback is an autogenerated mock type for the GetBalanceCallback type
type GetBalanceCallback struct {
mock.Mock
}
// OnBalanceAvailable provides a mock function with given fields: status, value, info
func (_m *GetBalanceCallback) OnBalanceAvailable(status int, value int64, info string) {
_m.Called(status, value, info)
}
type mockConstructorTestingTNewGetBalanceCallback interface {
mock.TestingT
Cleanup(func())
}
// NewGetBalanceCallback creates a new instance of GetBalanceCallback. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.