Documentation ¶
Overview ¶
Package ui is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEmptyView ¶
func NewEmptyView(name string) *view
NewEmptyView returns a new instance of an empty view
Types ¶
type Layout ¶
type Layout struct {
// contains filtered or unexported fields
}
Layout is the structure of the gui layout
func (*Layout) GetForwardsView ¶
func (l *Layout) GetForwardsView() *view
GetForwardsView returns the forward view structure
func (*Layout) GetLogsView ¶
func (l *Layout) GetLogsView() *view
GetLogsView returns the logs view structure
func (*Layout) GetProxyView ¶
func (l *Layout) GetProxyView() *view
GetProxyView returns the proxy view structure
func (*Layout) GetStatusView ¶
func (l *Layout) GetStatusView() *view
GetStatusView returns the top status bar view structure
type MockView ¶ added in v1.0.14
type MockView struct {
// contains filtered or unexported fields
}
MockView is a mock of View interface.
func NewMockView ¶ added in v1.0.14
func NewMockView(ctrl *gomock.Controller) *MockView
NewMockView creates a new mock instance.
func (*MockView) EXPECT ¶ added in v1.0.14
func (m *MockView) EXPECT() *MockViewMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockViewMockRecorder ¶ added in v1.0.14
type MockViewMockRecorder struct {
// contains filtered or unexported fields
}
MockViewMockRecorder is the mock recorder for MockView.
func (*MockViewMockRecorder) GetName ¶ added in v1.0.14
func (mr *MockViewMockRecorder) GetName() *gomock.Call
GetName indicates an expected call of GetName.
func (*MockViewMockRecorder) Write ¶ added in v1.0.14
func (mr *MockViewMockRecorder) Write(str interface{}) *gomock.Call
Write indicates an expected call of Write.
func (*MockViewMockRecorder) Writef ¶ added in v1.0.14
func (mr *MockViewMockRecorder) Writef(str interface{}, args ...interface{}) *gomock.Call
Writef indicates an expected call of Writef.