Documentation
¶
Overview ¶
Package db is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndicatorsSuite ¶
func (*IndicatorsSuite) TestGet ¶
func (suite *IndicatorsSuite) TestGet()
func (*IndicatorsSuite) TestUpsert ¶
func (suite *IndicatorsSuite) TestUpsert()
type MockPort ¶
type MockPort struct {
// contains filtered or unexported fields
}
MockPort is a mock of Port interface.
func NewMockPort ¶
func NewMockPort(ctrl *gomock.Controller) *MockPort
NewMockPort creates a new mock instance.
func (*MockPort) EXPECT ¶
func (m *MockPort) EXPECT() *MockPortMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPortMockRecorder ¶
type MockPortMockRecorder struct {
// contains filtered or unexported fields
}
MockPortMockRecorder is the mock recorder for MockPort.
func (*MockPortMockRecorder) GetSMA ¶
func (mr *MockPortMockRecorder) GetSMA(ctx, payload interface{}) *gomock.Call
GetSMA indicates an expected call of GetSMA.
func (*MockPortMockRecorder) UpsertSMA ¶
func (mr *MockPortMockRecorder) UpsertSMA(ctx, payload interface{}) *gomock.Call
UpsertSMA indicates an expected call of UpsertSMA.
type ReadSMAPayload ¶
Click to show internal directories.
Click to hide internal directories.