Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
yusank committed Jul 13, 2022
1 parent 7f3e752 commit 8b0b092
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions config/v1/config.pb.go

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

10 changes: 5 additions & 5 deletions config/v1/config.pb.validate.go

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

2 changes: 1 addition & 1 deletion config/v1/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ message Service {
Redis redis = 7;
MQ mq = 8;
MySQL mysql = 9;
HBase hbase = 10;
HBase hBase = 10;
// services name
string gatewayService = 11;
string userService = 12;
Expand Down

0 comments on commit 8b0b092

Please sign in to comment.