mock_store

package
v1.0.0-beta.17 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_store 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) GetAppID

func (m *MockStore) GetAppID() string

GetAppID mocks base method.

func (*MockStore) GetAppName

func (m *MockStore) GetAppName() string

GetAppName mocks base method.

func (*MockStore) GetAppSlug

func (m *MockStore) GetAppSlug() string

GetAppSlug mocks base method.

func (*MockStore) GetAppStatus

func (m *MockStore) GetAppStatus() types.AppStatus

GetAppStatus mocks base method.

func (*MockStore) GetChannelID

func (m *MockStore) GetChannelID() string

GetChannelID mocks base method.

func (*MockStore) GetChannelName

func (m *MockStore) GetChannelName() string

GetChannelName mocks base method.

func (*MockStore) GetChannelSequence

func (m *MockStore) GetChannelSequence() int64

GetChannelSequence mocks base method.

func (*MockStore) GetLicense

func (m *MockStore) GetLicense() *v1beta1.License

GetLicense mocks base method.

func (*MockStore) GetLicenseFields

func (m *MockStore) GetLicenseFields() types0.LicenseFields

GetLicenseFields mocks base method.

func (*MockStore) GetNamespace

func (m *MockStore) GetNamespace() string

GetNamespace mocks base method.

func (*MockStore) GetReleaseCreatedAt

func (m *MockStore) GetReleaseCreatedAt() string

GetReleaseCreatedAt mocks base method.

func (*MockStore) GetReleaseNotes

func (m *MockStore) GetReleaseNotes() string

GetReleaseNotes mocks base method.

func (*MockStore) GetReleaseSequence

func (m *MockStore) GetReleaseSequence() int64

GetReleaseSequence mocks base method.

func (*MockStore) GetReplicatedAppEndpoint

func (m *MockStore) GetReplicatedAppEndpoint() string

GetReplicatedAppEndpoint mocks base method.

func (*MockStore) GetReplicatedID

func (m *MockStore) GetReplicatedID() string

GetReplicatedID mocks base method.

func (*MockStore) GetUpdates

func (m *MockStore) GetUpdates() []types1.ChannelRelease

GetUpdates mocks base method.

func (*MockStore) GetVersionLabel

func (m *MockStore) GetVersionLabel() string

GetVersionLabel mocks base method.

func (*MockStore) IsDevLicense

func (m *MockStore) IsDevLicense() bool

IsDevLicense mocks base method.

func (*MockStore) SetAppStatus

func (m *MockStore) SetAppStatus(status types.AppStatus)

SetAppStatus mocks base method.

func (*MockStore) SetLicense

func (m *MockStore) SetLicense(license *v1beta1.License)

SetLicense mocks base method.

func (*MockStore) SetLicenseFields

func (m *MockStore) SetLicenseFields(licenseFields types0.LicenseFields)

SetLicenseFields mocks base method.

func (*MockStore) SetUpdates

func (m *MockStore) SetUpdates(updates []types1.ChannelRelease)

SetUpdates mocks base method.

type MockStoreMockRecorder

type MockStoreMockRecorder struct {
	// contains filtered or unexported fields
}

MockStoreMockRecorder is the mock recorder for MockStore.

func (*MockStoreMockRecorder) GetAppID

func (mr *MockStoreMockRecorder) GetAppID() *gomock.Call

GetAppID indicates an expected call of GetAppID.

func (*MockStoreMockRecorder) GetAppName

func (mr *MockStoreMockRecorder) GetAppName() *gomock.Call

GetAppName indicates an expected call of GetAppName.

func (*MockStoreMockRecorder) GetAppSlug

func (mr *MockStoreMockRecorder) GetAppSlug() *gomock.Call

GetAppSlug indicates an expected call of GetAppSlug.

func (*MockStoreMockRecorder) GetAppStatus

func (mr *MockStoreMockRecorder) GetAppStatus() *gomock.Call

GetAppStatus indicates an expected call of GetAppStatus.

func (*MockStoreMockRecorder) GetChannelID

func (mr *MockStoreMockRecorder) GetChannelID() *gomock.Call

GetChannelID indicates an expected call of GetChannelID.

func (*MockStoreMockRecorder) GetChannelName

func (mr *MockStoreMockRecorder) GetChannelName() *gomock.Call

GetChannelName indicates an expected call of GetChannelName.

func (*MockStoreMockRecorder) GetChannelSequence

func (mr *MockStoreMockRecorder) GetChannelSequence() *gomock.Call

GetChannelSequence indicates an expected call of GetChannelSequence.

func (*MockStoreMockRecorder) GetLicense

func (mr *MockStoreMockRecorder) GetLicense() *gomock.Call

GetLicense indicates an expected call of GetLicense.

func (*MockStoreMockRecorder) GetLicenseFields

func (mr *MockStoreMockRecorder) GetLicenseFields() *gomock.Call

GetLicenseFields indicates an expected call of GetLicenseFields.

func (*MockStoreMockRecorder) GetNamespace

func (mr *MockStoreMockRecorder) GetNamespace() *gomock.Call

GetNamespace indicates an expected call of GetNamespace.

func (*MockStoreMockRecorder) GetReleaseCreatedAt

func (mr *MockStoreMockRecorder) GetReleaseCreatedAt() *gomock.Call

GetReleaseCreatedAt indicates an expected call of GetReleaseCreatedAt.

func (*MockStoreMockRecorder) GetReleaseNotes

func (mr *MockStoreMockRecorder) GetReleaseNotes() *gomock.Call

GetReleaseNotes indicates an expected call of GetReleaseNotes.

func (*MockStoreMockRecorder) GetReleaseSequence

func (mr *MockStoreMockRecorder) GetReleaseSequence() *gomock.Call

GetReleaseSequence indicates an expected call of GetReleaseSequence.

func (*MockStoreMockRecorder) GetReplicatedAppEndpoint

func (mr *MockStoreMockRecorder) GetReplicatedAppEndpoint() *gomock.Call

GetReplicatedAppEndpoint indicates an expected call of GetReplicatedAppEndpoint.

func (*MockStoreMockRecorder) GetReplicatedID

func (mr *MockStoreMockRecorder) GetReplicatedID() *gomock.Call

GetReplicatedID indicates an expected call of GetReplicatedID.

func (*MockStoreMockRecorder) GetUpdates

func (mr *MockStoreMockRecorder) GetUpdates() *gomock.Call

GetUpdates indicates an expected call of GetUpdates.

func (*MockStoreMockRecorder) GetVersionLabel

func (mr *MockStoreMockRecorder) GetVersionLabel() *gomock.Call

GetVersionLabel indicates an expected call of GetVersionLabel.

func (*MockStoreMockRecorder) IsDevLicense

func (mr *MockStoreMockRecorder) IsDevLicense() *gomock.Call

IsDevLicense indicates an expected call of IsDevLicense.

func (*MockStoreMockRecorder) SetAppStatus

func (mr *MockStoreMockRecorder) SetAppStatus(status interface{}) *gomock.Call

SetAppStatus indicates an expected call of SetAppStatus.

func (*MockStoreMockRecorder) SetLicense

func (mr *MockStoreMockRecorder) SetLicense(license interface{}) *gomock.Call

SetLicense indicates an expected call of SetLicense.

func (*MockStoreMockRecorder) SetLicenseFields

func (mr *MockStoreMockRecorder) SetLicenseFields(licenseFields interface{}) *gomock.Call

SetLicenseFields indicates an expected call of SetLicenseFields.

func (*MockStoreMockRecorder) SetUpdates

func (mr *MockStoreMockRecorder) SetUpdates(updates interface{}) *gomock.Call

SetUpdates indicates an expected call of SetUpdates.

Jump to

Keyboard shortcuts

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