Documentation ¶
Index ¶
Constants ¶
View Source
const CacheOnConfKey = "app.markdown.cacheAble" // 缓存关闭设置
View Source
const CacheTimeConfKey = "app.markdown.cacheTime" // 缓存过期时间
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvController ¶
type EnvController struct { }
func (EnvController) Index ¶
func (l EnvController) Index(ctx iris.Context)
type IBaseController ¶
type IBaseController interface {
Index(ctx iris.Context)
}
type IEnvController ¶
type IEnvController interface { IBaseController }
type ILoginController ¶
type ILoginController interface { IBaseController }
type IMarkDownController ¶
type IMarkDownController interface { IBaseController }
type IUserController ¶
type IUserController interface { IBaseController Login(ctx iris.Context) }
type LoginController ¶
type LoginController struct { }
func (LoginController) Index ¶
func (l LoginController) Index(ctx iris.Context)
type MarkDownController ¶
type MarkDownController struct { }
type UserController ¶
type UserController struct { }
Click to show internal directories.
Click to hide internal directories.