global

package
v0.0.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ERROR_BASE_PATH = 10011
	ErrorBasePath   = "无法获取根路径"
)

Variables

View Source
var (
	BasePath string // 定义项目的根目录
	Debug    bool   = false

	EventDestroyPrefix = "Destroy_" //  程序退出时需要销毁的事件前缀
	ConfigKeyPrefix    = "Config_"  //  配置文件键值缓存时,键的前缀

	DateFormat = "2006-01-02 15:04:05" //  配置文件键值缓存时,键的前缀

	//gorm 数据库客户端,如果您操作数据库使用的是gorm,请取消以下注释,在 bootstrap>init 文件,进行初始化即可使用
	DB *gorm.DB // 全局gorm的客户端连接

	//gin engine
	Engine *gin.Engine

	//websocket
	WebsocketHub interface{}

	//casbin 全局操作指针
	Enforcer *casbin.SyncedEnforcer

	//  用户自行定义其他全局变量 ↓
	SystemCreateKey = "system_menu_create" // 系统菜单数据编辑界面用户以 raw 格式提交的 json 存储在上下文的键
	SystemEditKey   = "system_menu_edit"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL