Commit cf679879 authored by Fotis Soldatos's avatar Fotis Soldatos
Browse files

refactor(policy): rename context-policy.proto name

parent a25756b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ public class ContextGatewayImpl implements ContextGateway {
    @GrpcClient("context")
    MutinyContextServiceStub streamingDelegateContext;

    // TODO remove client when RPCs declared in context-policy.proto are moved in context.proto
    // TODO remove client when RPCs declared in context_policy.proto are moved in context.proto
    //  and use streamingDelegateContext for all methods
    @GrpcClient("context_policy")
    MutinyContextPolicyServiceStub streamingDelegateContextPolicy;
+0 −1
Original line number Diff line number Diff line
../../../../../proto/context-policy.proto
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
../../../../../proto/context_policy.proto
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: context-policy.proto
// source: context_policy.proto

package context_policy;

@@ -23,7 +23,7 @@ public final class ContextPolicy {
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\024context-policy.proto\022\016context_policy\032\r" +
      "\n\024context_policy.proto\022\016context_policy\032\r" +
      "context.proto\032\014policy.proto2\324\002\n\024ContextP" +
      "olicyService\022?\n\021ListPolicyRuleIds\022\016.cont" +
      "ext.Empty\032\030.policy.PolicyRuleIdList\"\000\022;\n" +
Loading