Skip to content

Commit 16a20dc

Browse files
committed
move pb files
Signed-off-by: Joshua Kim <[email protected]>
1 parent 807cc3b commit 16a20dc

File tree

4 files changed

+2
-507
lines changed

4 files changed

+2
-507
lines changed

proto/info/v1/service.proto renamed to connectproto/info/service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
syntax = "proto3";
2-
package info.v1;
2+
package info;
33

44
import "google/protobuf/timestamp.proto";
55

6-
option go_package = "github.com/ava-labs/avalanchego/connectproto/pb/info/v1;infov1";
6+
option go_package = "github.com/ava-labs/avalanchego/connectproto/pb/info";
77

88
// Serves APIs for node metadata.
99
service InfoService {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)