Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockplatformInterface ¶
type MockplatformInterface struct {
// contains filtered or unexported fields
}
MockplatformInterface is a mock of platformInterface interface.
func NewMockplatformInterface ¶
func NewMockplatformInterface(ctrl *gomock.Controller) *MockplatformInterface
NewMockplatformInterface creates a new mock instance.
func (*MockplatformInterface) EXPECT ¶
func (m *MockplatformInterface) EXPECT() *MockplatformInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockplatformInterface) GetPlatform ¶
func (m *MockplatformInterface) GetPlatform() (string, error)
GetPlatform mocks base method.
type MockplatformInterfaceMockRecorder ¶
type MockplatformInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockplatformInterfaceMockRecorder is the mock recorder for MockplatformInterface.
func (*MockplatformInterfaceMockRecorder) GetPlatform ¶
func (mr *MockplatformInterfaceMockRecorder) GetPlatform() *gomock.Call
GetPlatform indicates an expected call of GetPlatform.
Click to show internal directories.
Click to hide internal directories.