feat 网关鉴权

This commit is contained in:
2025-12-22 18:04:36 +08:00
parent 69cc960fe5
commit 670140e7d3
68 changed files with 1424 additions and 492 deletions

View File

@@ -4,7 +4,6 @@ import (
"common/config"
"context"
"go.etcd.io/etcd/client/v3"
"go.uber.org/zap"
"time"
)
@@ -12,7 +11,6 @@ var instance *Client
type Client struct {
cli *clientv3.Client
log *zap.Logger
}
// Init 初始化