Documentation ¶
Overview ¶
Package localservices is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyGenerator ¶
type KeyGenerator struct {
// contains filtered or unexported fields
}
func NewKeyGenerator ¶
func NewKeyGenerator() *KeyGenerator
func (KeyGenerator) Generate ¶
func (c KeyGenerator) Generate() string
type MockICutter ¶
type MockICutter struct {
// contains filtered or unexported fields
}
MockICutter is a mock of ICutter interface.
func NewMockICutter ¶
func NewMockICutter(ctrl *gomock.Controller) *MockICutter
NewMockICutter creates a new mock instance.
func (*MockICutter) EXPECT ¶
func (m *MockICutter) EXPECT() *MockICutterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockICutterMockRecorder ¶
type MockICutterMockRecorder struct {
// contains filtered or unexported fields
}
MockICutterMockRecorder is the mock recorder for MockICutter.
func (*MockICutterMockRecorder) Generate ¶
func (mr *MockICutterMockRecorder) Generate() *gomock.Call
Generate indicates an expected call of Generate.
type MockmyRandInterface ¶
type MockmyRandInterface struct {
// contains filtered or unexported fields
}
MockmyRandInterface is a mock of myRandInterface interface.
func NewMockmyRandInterface ¶
func NewMockmyRandInterface(ctrl *gomock.Controller) *MockmyRandInterface
NewMockmyRandInterface creates a new mock instance.
func (*MockmyRandInterface) EXPECT ¶
func (m *MockmyRandInterface) EXPECT() *MockmyRandInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockmyRandInterfaceMockRecorder ¶
type MockmyRandInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockmyRandInterfaceMockRecorder is the mock recorder for MockmyRandInterface.
func (*MockmyRandInterfaceMockRecorder) Read ¶
func (mr *MockmyRandInterfaceMockRecorder) Read(arg0 interface{}) *gomock.Call
Read indicates an expected call of Read.