(ctx context.Context, in *RulesRequest, opts ...grpc.CallOption)
| 1037 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| 1038 | type RulerClient interface { |
| 1039 | Rules(ctx context.Context, in *RulesRequest, opts ...grpc.CallOption) (*RulesResponse, error) |
| 1040 | LivenessCheck(ctx context.Context, in *LivenessCheckRequest, opts ...grpc.CallOption) (*LivenessCheckResponse, error) |
| 1041 | } |
| 1042 |
no outgoing calls