| 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" | |
| ) | |