(ctx context.Context, in *proto.TelemetryRequest)
| 96 | |
| 97 | type TelemetryClient interface { |
| 98 | PostTelemetry(ctx context.Context, in *proto.TelemetryRequest) (*proto.TelemetryResponse, error) |
| 99 | } |
| 100 | |
| 101 | type TelemetryController interface { |
no outgoing calls