Documentation ¶
Index ¶
- Constants
- func EncryptWithMd5(plaintext string) (ciphertext string)
- func EncryptWithSha1(plaintext string) (ciphertext string)
- func GenerateResourceFilePath(fileName string) string
- func GetCvContent() (string, error)
- func GetHmConfig() go_lib.Config
- func Logger() logging.Logger
- func ReadFileLines(file *os.File, beginLine uint64, endLine uint64) (string, error)
Constants ¶
View Source
const ( HOME_PAGE_KEY = "homePage" HOME_PAGE = "home" ABOUT_ME_PAGE_KEY = "aboutMePage" ABOUT_ME_PAGE = "about_me" ABOUT_WEBSITE_PAGE_KEY = "aboutWebsitePage" ABOUT_WEBSITE_PAGE = "about_website" MEETING_KANBAN_PAGE_KEY = "meetingKanbanPage" MEETING_KANBAN_PAGE = "meeting_kanban" PROJECT_HASH_RING_KEY = "projectHashRingPage" PROJECT_HASH_RING_PAGE = "project_hash_ring" ADMIN_AUTH_CODE_KEY = "adminAuthCodePage" ADMIN_AUTH_CODE_PAGE = "admin_auth_code" ADMIN_USER_LIST_KEY = "adminUserListPage" ADMIN_USER_LIST_PAGE = "admin_user_list" )
page parameter
View Source
const (
CONFIG_FILE_NAME = "hypermind.config"
)
config
View Source
const (
CV_FILE_NAME = "resume.html"
)
Variables ¶
This section is empty.
Functions ¶
func EncryptWithMd5 ¶
func EncryptWithSha1 ¶
func GetCvContent ¶
func GetHmConfig ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.