feat: refactor go.mod.

This commit is contained in:
tx7do
2024-11-14 13:29:20 +08:00
parent 719fa01c8d
commit c506430ed7
9 changed files with 428 additions and 158 deletions

View File

@@ -67,6 +67,7 @@ message Data {
int32 max_open_connections = 16; // 连接池最大打开连接数
google.protobuf.Duration connection_max_lifetime = 17; // 连接可重用的最大时间长度
string protocol = 18;
TLS tls = 19; // TLS配置
}
// InfluxDB