| 63 | } |
| 64 | |
| 65 | type mockRulerServer struct{} |
| 66 | |
| 67 | func (m *mockRulerServer) LivenessCheck(ctx context.Context, request *LivenessCheckRequest) (*LivenessCheckResponse, error) { |
| 68 | return &LivenessCheckResponse{ |
nothing calls this directly
no outgoing calls
no test coverage detected