Documentation ¶
Overview ¶
Package insightstoretest is a generated GoMock package.
Index ¶
- type MockStore
- func (m *MockStore) EXPECT() *MockStoreMockRecorder
- func (m *MockStore) GetApplications(arg0 context.Context, arg1 string) (*insight.ProjectApplicationData, error)
- func (m *MockStore) GetMilestone(arg0 context.Context) (*insight.Milestone, error)
- func (m *MockStore) ListCompletedDeployments(arg0 context.Context, arg1 string, arg2, arg3 int64) ([]*insight.DeploymentData, error)
- func (m *MockStore) PutApplications(arg0 context.Context, arg1 string, arg2 *insight.ProjectApplicationData) error
- func (m *MockStore) PutCompletedDeployments(arg0 context.Context, arg1 string, arg2 []*insight.DeploymentData) error
- func (m *MockStore) PutMilestone(arg0 context.Context, arg1 *insight.Milestone) error
- type MockStoreMockRecorder
- func (mr *MockStoreMockRecorder) GetApplications(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) GetMilestone(arg0 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) ListCompletedDeployments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) PutApplications(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) PutCompletedDeployments(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) PutMilestone(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStore ¶
type MockStore struct {
// contains filtered or unexported fields
}
MockStore is a mock of Store interface.
func NewMockStore ¶
func NewMockStore(ctrl *gomock.Controller) *MockStore
NewMockStore creates a new mock instance.
func (*MockStore) EXPECT ¶
func (m *MockStore) EXPECT() *MockStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStore) GetApplications ¶
func (m *MockStore) GetApplications(arg0 context.Context, arg1 string) (*insight.ProjectApplicationData, error)
GetApplications mocks base method.
func (*MockStore) GetMilestone ¶
GetMilestone mocks base method.
func (*MockStore) ListCompletedDeployments ¶
func (m *MockStore) ListCompletedDeployments(arg0 context.Context, arg1 string, arg2, arg3 int64) ([]*insight.DeploymentData, error)
ListCompletedDeployments mocks base method.
func (*MockStore) PutApplications ¶
func (m *MockStore) PutApplications(arg0 context.Context, arg1 string, arg2 *insight.ProjectApplicationData) error
PutApplications mocks base method.
func (*MockStore) PutCompletedDeployments ¶
func (m *MockStore) PutCompletedDeployments(arg0 context.Context, arg1 string, arg2 []*insight.DeploymentData) error
PutCompletedDeployments mocks base method.
type MockStoreMockRecorder ¶
type MockStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockStoreMockRecorder is the mock recorder for MockStore.
func (*MockStoreMockRecorder) GetApplications ¶
func (mr *MockStoreMockRecorder) GetApplications(arg0, arg1 interface{}) *gomock.Call
GetApplications indicates an expected call of GetApplications.
func (*MockStoreMockRecorder) GetMilestone ¶
func (mr *MockStoreMockRecorder) GetMilestone(arg0 interface{}) *gomock.Call
GetMilestone indicates an expected call of GetMilestone.
func (*MockStoreMockRecorder) ListCompletedDeployments ¶
func (mr *MockStoreMockRecorder) ListCompletedDeployments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListCompletedDeployments indicates an expected call of ListCompletedDeployments.
func (*MockStoreMockRecorder) PutApplications ¶
func (mr *MockStoreMockRecorder) PutApplications(arg0, arg1, arg2 interface{}) *gomock.Call
PutApplications indicates an expected call of PutApplications.
func (*MockStoreMockRecorder) PutCompletedDeployments ¶
func (mr *MockStoreMockRecorder) PutCompletedDeployments(arg0, arg1, arg2 interface{}) *gomock.Call
PutCompletedDeployments indicates an expected call of PutCompletedDeployments.
func (*MockStoreMockRecorder) PutMilestone ¶
func (mr *MockStoreMockRecorder) PutMilestone(arg0, arg1 interface{}) *gomock.Call
PutMilestone indicates an expected call of PutMilestone.