admin / modules /constant /constant.go
AZLABS's picture
Upload folder using huggingface_hub
530729e verified
raw
history blame contribute delete
356 Bytes
package constant
const (
// PjaxHeader is default pjax http header key.
PjaxHeader = "X-PJAX"
// PjaxUrlHeader is default pjax url http header key.
PjaxUrlHeader = "X-PJAX-Url"
// Title is default title of the project.
Title = "GoAdmin"
ContextNodeNeedAuth = "need_auth"
IframeKey = "__goadmin_iframe"
IframeIDKey = "__goadmin_iframe_id"
)