Documentation
¶
Overview ¶
Package store is a generated GoMock package.
Index ¶
Constants ¶
View Source
const ( ModuleName = "ModuleName" ProjectName = "ProjectName" WorkingDirectory = "WorkingDirectory" ProjectFullPath = "ProjectFullPath" )
Variables ¶
View Source
var (
QuestionValues = map[string]interface{}{}
)
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) GetStoreValues ¶
GetStoreValues mocks base method.
func (*MockStore) StoreValues ¶
StoreValues mocks base method.
type MockStoreMockRecorder ¶
type MockStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockStoreMockRecorder is the mock recorder for MockStore.
func (*MockStoreMockRecorder) GetStoreValues ¶
func (mr *MockStoreMockRecorder) GetStoreValues() *gomock.Call
GetStoreValues indicates an expected call of GetStoreValues.
func (*MockStoreMockRecorder) GetValue ¶
func (mr *MockStoreMockRecorder) GetValue(key interface{}) *gomock.Call
GetValue indicates an expected call of GetValue.
func (*MockStoreMockRecorder) SetValue ¶
func (mr *MockStoreMockRecorder) SetValue(key, value interface{}) *gomock.Call
SetValue indicates an expected call of SetValue.
func (*MockStoreMockRecorder) StoreValues ¶
func (mr *MockStoreMockRecorder) StoreValues(key interface{}) *gomock.Call
StoreValues indicates an expected call of StoreValues.
Click to show internal directories.
Click to hide internal directories.