feat: refactor go.mod.
This commit is contained in:
@@ -6,6 +6,8 @@ option go_package = "github.com/tx7do/kratos-bootstrap/api/gen/go/conf/v1;conf";
|
||||
|
||||
import "google/protobuf/duration.proto";
|
||||
|
||||
import "conf/v1/kratos_conf_tls.proto";
|
||||
|
||||
// 数据
|
||||
message Data {
|
||||
// 数据库
|
||||
@@ -98,6 +100,7 @@ message Data {
|
||||
uint32 consistency = 8;
|
||||
bool disable_initial_host_lookup = 9;
|
||||
bool ignore_peer_addr = 10;
|
||||
TLS tls = 11; // TLS配置
|
||||
}
|
||||
|
||||
message Snowflake {
|
||||
|
||||
Reference in New Issue
Block a user