Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonHandler ¶
type CommonHandler struct {
check.HandlerWithValues
Rejects int64
Rejected int64
// contains filtered or unexported fields
}
CommonHandler implements common.HandlerWithValues.
func (*CommonHandler) CheckRequest ¶
func (c *CommonHandler) CheckRequest( ctx context.Context, requestContext iface.RequestContext, ) *flowcontrolv1.CheckResponse
CheckRequest is a dummy function for creating *flowcontrolv1.CheckResponse from given parameters.
type FlowControlHandler ¶
type FlowControlHandler struct {
flowcontrolv1.UnimplementedFlowControlServiceServer
CommonHandler check.HandlerWithValues
}
FlowControlHandler implements FlowControlService.
func (*FlowControlHandler) Check ¶
func (f *FlowControlHandler) Check(ctx context.Context, req *flowcontrolv1.CheckRequest) (*flowcontrolv1.CheckResponse, error)
Check is a dummy Check handler.
type TraceHandler ¶
type TraceHandler struct {
tracev1.UnimplementedTraceServiceServer
}
TraceHandler implements ExportTraceService.
func (TraceHandler) Export ¶
func (t TraceHandler) Export(ctx context.Context, req *tracev1.ExportTraceServiceRequest) (*tracev1.ExportTraceServiceResponse, error)
Export is a dummy Export handler.
Click to show internal directories.
Click to hide internal directories.