Documentation ¶
Overview ¶
Package mock_store is a generated GoMock package.
Index ¶
- type MockStore
- func (m *MockStore) EXPECT() *MockStoreMockRecorder
- func (m *MockStore) GetAppID() string
- func (m *MockStore) GetAppName() string
- func (m *MockStore) GetAppSlug() string
- func (m *MockStore) GetAppStatus() types.AppStatus
- func (m *MockStore) GetChannelID() string
- func (m *MockStore) GetChannelName() string
- func (m *MockStore) GetChannelSequence() int64
- func (m *MockStore) GetLicense() *v1beta1.License
- func (m *MockStore) GetLicenseFields() types0.LicenseFields
- func (m *MockStore) GetNamespace() string
- func (m *MockStore) GetReleaseCreatedAt() string
- func (m *MockStore) GetReleaseNotes() string
- func (m *MockStore) GetReleaseSequence() int64
- func (m *MockStore) GetReplicatedAppEndpoint() string
- func (m *MockStore) GetReplicatedID() string
- func (m *MockStore) GetUpdates() []types1.ChannelRelease
- func (m *MockStore) GetVersionLabel() string
- func (m *MockStore) IsDevLicense() bool
- func (m *MockStore) SetAppStatus(status types.AppStatus)
- func (m *MockStore) SetLicense(license *v1beta1.License)
- func (m *MockStore) SetLicenseFields(licenseFields types0.LicenseFields)
- func (m *MockStore) SetUpdates(updates []types1.ChannelRelease)
- type MockStoreMockRecorder
- func (mr *MockStoreMockRecorder) GetAppID() *gomock.Call
- func (mr *MockStoreMockRecorder) GetAppName() *gomock.Call
- func (mr *MockStoreMockRecorder) GetAppSlug() *gomock.Call
- func (mr *MockStoreMockRecorder) GetAppStatus() *gomock.Call
- func (mr *MockStoreMockRecorder) GetChannelID() *gomock.Call
- func (mr *MockStoreMockRecorder) GetChannelName() *gomock.Call
- func (mr *MockStoreMockRecorder) GetChannelSequence() *gomock.Call
- func (mr *MockStoreMockRecorder) GetLicense() *gomock.Call
- func (mr *MockStoreMockRecorder) GetLicenseFields() *gomock.Call
- func (mr *MockStoreMockRecorder) GetNamespace() *gomock.Call
- func (mr *MockStoreMockRecorder) GetReleaseCreatedAt() *gomock.Call
- func (mr *MockStoreMockRecorder) GetReleaseNotes() *gomock.Call
- func (mr *MockStoreMockRecorder) GetReleaseSequence() *gomock.Call
- func (mr *MockStoreMockRecorder) GetReplicatedAppEndpoint() *gomock.Call
- func (mr *MockStoreMockRecorder) GetReplicatedID() *gomock.Call
- func (mr *MockStoreMockRecorder) GetUpdates() *gomock.Call
- func (mr *MockStoreMockRecorder) GetVersionLabel() *gomock.Call
- func (mr *MockStoreMockRecorder) IsDevLicense() *gomock.Call
- func (mr *MockStoreMockRecorder) SetAppStatus(status interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SetLicense(license interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SetLicenseFields(licenseFields interface{}) *gomock.Call
- func (mr *MockStoreMockRecorder) SetUpdates(updates 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) GetAppName ¶
GetAppName mocks base method.
func (*MockStore) GetAppSlug ¶
GetAppSlug mocks base method.
func (*MockStore) GetAppStatus ¶
GetAppStatus mocks base method.
func (*MockStore) GetChannelID ¶
GetChannelID mocks base method.
func (*MockStore) GetChannelName ¶
GetChannelName mocks base method.
func (*MockStore) GetChannelSequence ¶
GetChannelSequence mocks base method.
func (*MockStore) GetLicense ¶
GetLicense mocks base method.
func (*MockStore) GetLicenseFields ¶
func (m *MockStore) GetLicenseFields() types0.LicenseFields
GetLicenseFields mocks base method.
func (*MockStore) GetNamespace ¶
GetNamespace mocks base method.
func (*MockStore) GetReleaseCreatedAt ¶
GetReleaseCreatedAt mocks base method.
func (*MockStore) GetReleaseNotes ¶
GetReleaseNotes mocks base method.
func (*MockStore) GetReleaseSequence ¶
GetReleaseSequence mocks base method.
func (*MockStore) GetReplicatedAppEndpoint ¶
GetReplicatedAppEndpoint mocks base method.
func (*MockStore) GetReplicatedID ¶
GetReplicatedID mocks base method.
func (*MockStore) GetUpdates ¶
func (m *MockStore) GetUpdates() []types1.ChannelRelease
GetUpdates mocks base method.
func (*MockStore) GetVersionLabel ¶
GetVersionLabel mocks base method.
func (*MockStore) IsDevLicense ¶
IsDevLicense mocks base method.
func (*MockStore) SetAppStatus ¶
SetAppStatus mocks base method.
func (*MockStore) SetLicense ¶
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.