insightstoretest

package
v0.47.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package insightstoretest is a generated GoMock package.

Index

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

func (m *MockStore) GetMilestone(arg0 context.Context) (*insight.Milestone, error)

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.

func (*MockStore) PutMilestone

func (m *MockStore) PutMilestone(arg0 context.Context, arg1 *insight.Milestone) error

PutMilestone 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL