feat: import services and standardize Go 1.26.5
This commit is contained in:
14
apps/ec/delivery/internal/config/config.go
Normal file
14
apps/ec/delivery/internal/config/config.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"git.apinb.com/bsm-sdk/engine/types"
|
||||
"github.com/zeromicro/go-zero/zrpc"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
zrpc.RpcServerConf
|
||||
DSN string `json:",optional"`
|
||||
Cache string `json:",optional"`
|
||||
Anonymous types.AnonymousConf `json:",optional"`
|
||||
Pulsar types.PulsarConf `json:",optional"`
|
||||
}
|
||||
Reference in New Issue
Block a user