Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Sep 22, 2022
1 parent 90c71c0 commit c996f51
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
24 changes: 0 additions & 24 deletions apis/proto/v1/mirroring/mirror.proto

This file was deleted.

23 changes: 23 additions & 0 deletions apis/proto/v1/mirroring/mirroring.proto
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
syntax = "proto3";

package mirroring.v1;

import "apis/proto/v1/payload/payload.proto";
import "github.com/googleapis/googleapis/google/api/annotations.proto";

option go_package = "github.com/vdaas/vald/apis/grpc/v1/mirroring";
option java_multiple_files = true;
option java_package = "org.vdaas.vald.api.v1.mirroring";
option java_outer_classname = "ValdMirroring";


// Represent the mirroring service.
service Mirroring {

// Register the RPC to register other mirroring servers.
rpc Register(payload.v1.Mirroring.Request) returns (payload.v1.Empty) {
option (google.api.http) = {
post : "/mirroring/register"
body : "*"
};
}
}

0 comments on commit c996f51

Please sign in to comment.