Documentation ¶
Index ¶
- type MockPrint
- func (_m *MockPrint) Color(_param0 string, _param1 ...interface{})
- func (_m *MockPrint) EXPECT() *_MockPrintRecorder
- func (_m *MockPrint) Password(_param0 string) string
- func (_m *MockPrint) Prompt(_param0 string, _param1 ...interface{}) string
- func (_m *MockPrint) Silence(_param0 string)
- func (_m *MockPrint) Verbose(_param0 string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPrint ¶
type MockPrint struct {
// contains filtered or unexported fields
}
Mock of Print interface
func NewMockPrint ¶
func NewMockPrint(ctrl *gomock.Controller) *MockPrint
Click to show internal directories.
Click to hide internal directories.