Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFormatter ¶
type MockFormatter struct {
// contains filtered or unexported fields
}
MockFormatter is a mock of Formatter interface.
func NewMockFormatter ¶
func NewMockFormatter(ctrl *gomock.Controller) *MockFormatter
NewMockFormatter creates a new mock instance.
func (*MockFormatter) EXPECT ¶
func (m *MockFormatter) EXPECT() *MockFormatterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFormatter) Format ¶
func (m *MockFormatter) Format(arg0 float32) string
Format mocks base method.
type MockFormatterMockRecorder ¶
type MockFormatterMockRecorder struct {
// contains filtered or unexported fields
}
MockFormatterMockRecorder is the mock recorder for MockFormatter.
type MockRateGetter ¶
type MockRateGetter struct {
// contains filtered or unexported fields
}
MockRateGetter is a mock of RateGetter interface.
func NewMockRateGetter ¶
func NewMockRateGetter(ctrl *gomock.Controller) *MockRateGetter
NewMockRateGetter creates a new mock instance.
func (*MockRateGetter) EXPECT ¶
func (m *MockRateGetter) EXPECT() *MockRateGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRateGetterMockRecorder ¶
type MockRateGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockRateGetterMockRecorder is the mock recorder for MockRateGetter.
type MockSender ¶
type MockSender struct {
// contains filtered or unexported fields
}
MockSender is a mock of Sender interface.
func NewMockSender ¶
func NewMockSender(ctrl *gomock.Controller) *MockSender
NewMockSender creates a new mock instance.
func (*MockSender) EXPECT ¶
func (m *MockSender) EXPECT() *MockSenderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSenderMockRecorder ¶
type MockSenderMockRecorder struct {
// contains filtered or unexported fields
}
MockSenderMockRecorder is the mock recorder for MockSender.
type MockSubscribersGetter ¶
type MockSubscribersGetter struct {
// contains filtered or unexported fields
}
MockSubscribersGetter is a mock of SubscribersGetter interface.
func NewMockSubscribersGetter ¶
func NewMockSubscribersGetter(ctrl *gomock.Controller) *MockSubscribersGetter
NewMockSubscribersGetter creates a new mock instance.
func (*MockSubscribersGetter) EXPECT ¶
func (m *MockSubscribersGetter) EXPECT() *MockSubscribersGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSubscribersGetter) GetAll ¶
func (m *MockSubscribersGetter) GetAll(arg0 context.Context) ([]subscriber.Subscriber, error)
GetAll mocks base method.
type MockSubscribersGetterMockRecorder ¶
type MockSubscribersGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockSubscribersGetterMockRecorder is the mock recorder for MockSubscribersGetter.