Documentation ¶
Index ¶
- type FlowServiceClient
- func (_m *FlowServiceClient) Create(ctx context.Context, in *flow.RequestFlowCreate, opts ...grpc.CallOption) (*flow.ResponseFlowCreate, error)
- func (_m *FlowServiceClient) Destroy(ctx context.Context, in *flow.RequestFlowofPort, opts ...grpc.CallOption) (*flow.ResponseFlow, error)
- func (_m *FlowServiceClient) Flush(ctx context.Context, in *flow.RequestofPort, opts ...grpc.CallOption) (*flow.ResponseFlow, error)
- func (_m *FlowServiceClient) Isolate(ctx context.Context, in *flow.RequestIsolate, opts ...grpc.CallOption) (*flow.ResponseFlow, error)
- func (_m *FlowServiceClient) List(ctx context.Context, in *flow.RequestofPort, opts ...grpc.CallOption) (*flow.ResponseFlowList, error)
- func (_m *FlowServiceClient) ListPorts(ctx context.Context, in *flow.RequestListPorts, opts ...grpc.CallOption) (*flow.ResponsePortList, error)
- func (_m *FlowServiceClient) Query(ctx context.Context, in *flow.RequestFlowofPort, opts ...grpc.CallOption) (*flow.ResponseFlowQuery, error)
- func (_m *FlowServiceClient) Validate(ctx context.Context, in *flow.RequestFlowCreate, opts ...grpc.CallOption) (*flow.ResponseFlow, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowServiceClient ¶
FlowServiceClient is an autogenerated mock type for the FlowServiceClient type
func (*FlowServiceClient) Create ¶
func (_m *FlowServiceClient) Create(ctx context.Context, in *flow.RequestFlowCreate, opts ...grpc.CallOption) (*flow.ResponseFlowCreate, error)
Create provides a mock function with given fields: ctx, in, opts
func (*FlowServiceClient) Destroy ¶
func (_m *FlowServiceClient) Destroy(ctx context.Context, in *flow.RequestFlowofPort, opts ...grpc.CallOption) (*flow.ResponseFlow, error)
Destroy provides a mock function with given fields: ctx, in, opts
func (*FlowServiceClient) Flush ¶
func (_m *FlowServiceClient) Flush(ctx context.Context, in *flow.RequestofPort, opts ...grpc.CallOption) (*flow.ResponseFlow, error)
Flush provides a mock function with given fields: ctx, in, opts
func (*FlowServiceClient) Isolate ¶
func (_m *FlowServiceClient) Isolate(ctx context.Context, in *flow.RequestIsolate, opts ...grpc.CallOption) (*flow.ResponseFlow, error)
Isolate provides a mock function with given fields: ctx, in, opts
func (*FlowServiceClient) List ¶
func (_m *FlowServiceClient) List(ctx context.Context, in *flow.RequestofPort, opts ...grpc.CallOption) (*flow.ResponseFlowList, error)
List provides a mock function with given fields: ctx, in, opts
func (*FlowServiceClient) ListPorts ¶
func (_m *FlowServiceClient) ListPorts(ctx context.Context, in *flow.RequestListPorts, opts ...grpc.CallOption) (*flow.ResponsePortList, error)
ListPorts provides a mock function with given fields: ctx, in, opts
func (*FlowServiceClient) Query ¶
func (_m *FlowServiceClient) Query(ctx context.Context, in *flow.RequestFlowofPort, opts ...grpc.CallOption) (*flow.ResponseFlowQuery, error)
Query provides a mock function with given fields: ctx, in, opts
func (*FlowServiceClient) Validate ¶
func (_m *FlowServiceClient) Validate(ctx context.Context, in *flow.RequestFlowCreate, opts ...grpc.CallOption) (*flow.ResponseFlow, error)
Validate provides a mock function with given fields: ctx, in, opts
Click to show internal directories.
Click to hide internal directories.