app-cloudep-tweeting-service/internal/config/config.go

8 lines
103 B
Go
Raw Normal View History

2024-08-28 09:09:01 +00:00
package config
import "github.com/zeromicro/go-zero/zrpc"
type Config struct {
zrpc.RpcServerConf
}