Documentation ¶
Index ¶
Constants ¶
View Source
const ( CServiceName = "HLM" CTitlePattern = "go-peer/hidden-lake-messenger" )
View Source
const ( CPathSTG = "hlm.stg" CPathCFG = "hlm.cfg" CPathDB = "hlm.db" )
View Source
const ( CStaticPath = "/static/" CPushPath = "/push" )
View Source
const ( CIamAliasName = "__iam__" CDefaultLanguage = "ENG" )
View Source
const ( CDefaultInterfaceAddress = "127.0.0.1:9591" CDefaultIncomingAddress = "127.0.0.1:9592" )
View Source
const ( CMinEntropy = 64 // bits CWorkForKeys = 20 // bits CDefaultCapMessages = (2 << 10) // count )
View Source
const ( CHandleIndexPath = "/" CHandleSignOutPath = "/sign/out" CHandleSignInPath = "/sign/in" CHandleSignUpPath = "/sign/up" CHandleAboutPath = "/about" CHandleFaviconPath = "/favicon.ico" CHandleSettingsPath = "/settings" CHandleQRPublicKeyKeyPath = "/qr/public_key" CHandleFriendsPath = "/friends" CHandleFriendsChatPath = "/friends/chat" CHandleFriendsUploadPath = "/friends/upload" CHandleFriendsChatWSPath = "/friends/chat/ws" )
View Source
const ( CIsText = 0x01 CIsFile = 0x02 )
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.