Documentation
¶
Overview ¶
Package constants contains shared constants for the application.
Index ¶
Constants ¶
View Source
const ( ContentTypeJSON = "application/json; charset=utf-8" HomepagePath = "homepage" IndexHTML = "index.html" )
MIME type and path constants
View Source
const ( ColonSplitParts = 2 // Number of parts when splitting on colon DirPerm = 0o755 // Directory permissions )
Parsing and utility constants
View Source
const ( HashGetRecentHistory = 3708519028 // BrowserService.GetRecentHistory(limit) HashGetSearchShortcuts = 4078533762 // BrowserService.GetSearchShortcuts() )
JavaScript hash constants (auto-generated, should not be changed)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.