Versions in this module Expand all Collapse all v0 v0.0.14 Jul 30, 2020 Changes in this version + type MockActionInterface struct + func NewMockActionInterface(ctrl *gomock.Controller) *MockActionInterface + func (m *MockActionInterface) ApplyDashboard(cli kt.CliInterface, options *options.DaemonOptions) error + func (m *MockActionInterface) Check(cli kt.CliInterface) error + func (m *MockActionInterface) Connect(cli kt.CliInterface, options *options.DaemonOptions) error + func (m *MockActionInterface) EXPECT() *MockActionInterfaceMockRecorder + func (m *MockActionInterface) Exchange(service string, cli kt.CliInterface, options *options.DaemonOptions) error + func (m *MockActionInterface) Mesh(service string, cli kt.CliInterface, options *options.DaemonOptions) error + func (m *MockActionInterface) OpenDashboard(cli kt.CliInterface, options *options.DaemonOptions) error + func (m *MockActionInterface) Run(service string, cli kt.CliInterface, options *options.DaemonOptions) error + type MockActionInterfaceMockRecorder struct + func (mr *MockActionInterfaceMockRecorder) ApplyDashboard(cli, options interface{}) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Check(cli interface{}) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Connect(cli, options interface{}) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Exchange(service, cli, options interface{}) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Mesh(service, cli, options interface{}) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) OpenDashboard(cli, options interface{}) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Run(service, cli, options interface{}) *gomock.Call