Versions in this module Expand all Collapse all v1 v1.0.1 Jan 15, 2025 v1.0.0 Jan 2, 2025 Changes in this version + func NewConfig() *configstc.UserAppConfig + type ApiServer struct + AdminAuthOption gin_http.AuthOption + func NewApiServer(di *dig.Container, conf *configstc.UserAppConfig, logger v1log.ILog) *ApiServer + func (s *ApiServer) InitRouter() + func (s *ApiServer) InitRouterForGin(engine *gin.Engine) + func (s *ApiServer) Name() string + func (s *ApiServer) Start() error + func (s *ApiServer) Stop() error + type App struct + ApiServer *ApiServer + RpcServer *RpcServer + func NewApp(di *dig.Container, conf *configstc.UserAppConfig, logger v1log.ILog) *App + type RpcServer struct + func NewRpcServer(di *dig.Container, conf *configstc.UserAppConfig, logger v1log.ILog) *RpcServer + func (s *RpcServer) RegisterService() error + func (s *RpcServer) RegisterServiceForGRpc(server *grpc.Server) error + func (s *RpcServer) Start() error + func (s *RpcServer) Stop() error + func (s *RpcServer) WithModule(t bool)