Documentation ¶
Index ¶
Constants ¶
View Source
const ( BasePath = "/_matrix/identity" V2 = BasePath + "/v2" V2Account = V2 + "/account" V2AccountLogout = V2Account + "/logout" V2AccountRegister = V2Account + "/register" V2Pubkey = V2 + "/pubkey" V2PubkeyEphemeralIsvalid = V2Pubkey + "/ephemeral/isvalid" V2PubkeyIsvalid = V2Pubkey + "/isvalid" V2PubkeyKey = V2Pubkey + "/" + VarKey V2Terms = V2 + "/terms" Versions = BasePath + "/versions" )
View Source
const ( // VarKeyID is the id of the key variable. VarKeyID = "Key" // VarKey is the var path of the Key variable. VarKey = "{" + VarKeyID + "}" )
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.