feat: api

This commit is contained in:
tx7do
2024-11-19 22:41:10 +08:00
parent 29e8e79d50
commit 4c3b801ae5
19 changed files with 723 additions and 247 deletions

View File

@@ -6,6 +6,7 @@ option go_package = "github.com/tx7do/kratos-bootstrap/api/gen/go/conf/v1;conf";
import "conf/v1/kratos_conf_tls.proto";
// 对象存储
message OSS {
// MinIO
message MinIO {
@@ -21,5 +22,5 @@ message OSS {
string download_host = 21; // 下载链接的主机名
}
MinIO minio = 1;
optional MinIO minio = 1;
}