Versions in this module Expand all Collapse all v0 v0.6.0 Apr 30, 2020 Changes in this version + type MockOfctlClient struct + func NewMockOfctlClient(ctrl *gomock.Controller) *MockOfctlClient + func (m *MockOfctlClient) DumpFlows(arg0 ...string) ([]string, error) + func (m *MockOfctlClient) DumpGroups(arg0 ...string) ([][]string, error) + func (m *MockOfctlClient) DumpMatchedFlow(arg0 string) (string, error) + func (m *MockOfctlClient) DumpTableFlows(arg0 byte) ([]string, error) + func (m *MockOfctlClient) EXPECT() *MockOfctlClientMockRecorder + func (m *MockOfctlClient) RunOfctlCmd(arg0 string, arg1 ...string) ([]byte, error) + type MockOfctlClientMockRecorder struct + func (mr *MockOfctlClientMockRecorder) DumpFlows(arg0 ...interface{}) *gomock.Call + func (mr *MockOfctlClientMockRecorder) DumpGroups(arg0 ...interface{}) *gomock.Call + func (mr *MockOfctlClientMockRecorder) DumpMatchedFlow(arg0 interface{}) *gomock.Call + func (mr *MockOfctlClientMockRecorder) DumpTableFlows(arg0 interface{}) *gomock.Call + func (mr *MockOfctlClientMockRecorder) RunOfctlCmd(arg0 interface{}, arg1 ...interface{}) *gomock.Call