CtrlServiceClient is a client for the ctrl.v1.CtrlService service.
| 39 | |
| 40 | // CtrlServiceClient is a client for the ctrl.v1.CtrlService service. |
| 41 | type CtrlServiceClient interface { |
| 42 | Liveness(context.Context, *connect.Request[v1.LivenessRequest]) (*connect.Response[v1.LivenessResponse], error) |
| 43 | } |
| 44 | |
| 45 | // NewCtrlServiceClient constructs a client for the ctrl.v1.CtrlService service. By default, it uses |
| 46 | // the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends |
nothing calls this directly
no outgoing calls
no test coverage detected