feat: refactor go.mod.

This commit is contained in:
tx7do
2024-11-14 13:04:30 +08:00
parent 3ef28da068
commit 719fa01c8d
18 changed files with 1007 additions and 469 deletions

View File

@@ -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 {