Skip to content

Commit

Permalink
remove tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony committed Dec 23, 2018
1 parent ec2cef4 commit 39ce619
Show file tree
Hide file tree
Showing 22 changed files with 188 additions and 423 deletions.
141 changes: 47 additions & 94 deletions api/comet/grpc/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion api/comet/grpc/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ message BroadcastReq{
int32 protoOp = 1;
Proto proto = 2;
int32 speed = 3;
string tag = 4;
}

message BroadcastReply{}
Expand Down
2 changes: 1 addition & 1 deletion api/logic/grpc/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

func (m *ConnectReq) String() string {
return fmt.Sprintf("server:%s serverKey:%s token:%s", m.Server, m.ServerKey, m.Token)
return fmt.Sprintf("server:%s token:%s", m.Server, m.Token)
}

func (m *OnlineReq) String() string {
Expand Down
Loading

0 comments on commit 39ce619

Please sign in to comment.