()
| 37 | |
| 38 | type DRPCRecorderClient interface { |
| 39 | DRPCConn() drpc.Conn |
| 40 | |
| 41 | RecordInterception(ctx context.Context, in *RecordInterceptionRequest) (*RecordInterceptionResponse, error) |
| 42 | RecordInterceptionEnded(ctx context.Context, in *RecordInterceptionEndedRequest) (*RecordInterceptionEndedResponse, error) |
no outgoing calls