Documentation ¶
Index ¶
Constants ¶
View Source
const ( //ClaimCtxKey claim context key ClaimCtxKey string = "claim_context_key" //ResponseCtxKey page data context key ResponseCtxKey string = "response_context_key" //SessionCookieKey auth token in session key SessionCookieKey string = "session_token" //PageStyleCookieKey allows users to choose the style wants to use for page PageStyleCookieKey string = "page_style" //RedisAppListKey redis app list key RedisAppListKey string = "APPLIST" )
Variables ¶
View Source
var Logger *zap.Logger
Logger global Logger
Functions ¶
func ComparePasswords ¶
ComparePasswords password
func WriteContentToFile ¶
WriteContentToFile write to file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.