Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application struct { Cf *model.AppConf RedisDB *redis.Client MySQLdb *sql.DB // MongoDB *mongo.Client Sc *securecookie.SecureCookie // QnZone *storage.Zone Logger *logging.Logger Rand *rand.Rand // 负责处理随机数 GormDB *gorm.DB }
Application 应用数据库以及外部服务
func (*Application) CanServeAdmin ¶
func (app *Application) CanServeAdmin() bool
Click to show internal directories.
Click to hide internal directories.