Skip to content

Commit 6998294

Browse files
committed
[breaking] Split rpc Init and remove Rescan function
1 parent 16f4135 commit 6998294

File tree

5 files changed

+910
-818
lines changed

5 files changed

+910
-818
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ require (
4646
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
4747
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
4848
golang.org/x/text v0.3.2
49+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
4950
google.golang.org/grpc v1.27.0
5051
google.golang.org/protobuf v1.25.0
5152
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect

rpc/buf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: v1beta1
22
lint:
3+
ignore:
4+
- google
35
ignore_only:
46
ENUM_ZERO_VALUE_SUFFIX:
57
- cc/arduino/cli/commands/v1/lib.proto

0 commit comments

Comments
 (0)