Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceContext ¶
type ServiceContext struct { Config config.Config // Models UsersModel model.UsersModel UserAddressesModel model.UserAddressesModel LoginRecordsModel model.LoginRecordsModel WalletAccountsModel model.WalletAccountsModel WalletTransactionsModel model.WalletTransactionsModel AdminModel model.AdminsModel // Redis clients BizRedis *redis.Redis RefreshRedis *redis.Redis }
func NewServiceContext ¶
func NewServiceContext(c config.Config) *ServiceContext
Click to show internal directories.
Click to hide internal directories.