Documentation ¶
Index ¶
- func InitAuth() (auth.Repository, func(), error)
- func InitCaptcha()
- func InitCasbin(adapter application.RbacAdapter) (*casbin.SyncedEnforcer, func(), error)
- func InitGinEngine(r router.Router) *gin.Engine
- func InitHTTPServer(ctx context.Context, handler http.Handler) func()
- func InitMonitor(ctx context.Context) func()
- type Option
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitAuth ¶
func InitAuth() (auth.Repository, func(), error)
func InitCaptcha ¶
func InitCaptcha()
func InitCasbin ¶
func InitCasbin(adapter application.RbacAdapter) (*casbin.SyncedEnforcer, func(), error)
func InitMonitor ¶
Types ¶
type Option ¶
type Option func(*Options)
func SetConfigFile ¶
func SetMenuFile ¶
func SetModelFile ¶
func SetVersion ¶
Click to show internal directories.
Click to hide internal directories.