Documentation ¶
Index ¶
- Variables
- func DeleteAddressHash(addrHash hash.Hash, req http.Request) *http.Response
- func DeleteOrganisationHash(orgHash hash.Hash, req http.Request) *http.Response
- func DeleteRoutingHash(routingHash hash.Hash, req http.Request) *http.Response
- func GetAddressHash(hash hash.Hash, _ http.Request) *http.Response
- func GetKeyStatus(hash hash.Hash, req http.Request) *http.Response
- func GetOrganisationHash(orgHash hash.Hash, _ http.Request) *http.Response
- func GetRoutingHash(routingHash hash.Hash, _ http.Request) *http.Response
- func PostAddressHash(addrHash hash.Hash, req http.Request) *http.Response
- func PostOrganisationHash(orgHash hash.Hash, req http.Request) *http.Response
- func PostRoutingHash(routingHash hash.Hash, req http.Request) *http.Response
- func SetKeyStatus(hash hash.Hash, req http.Request) *http.Response
- func SoftDeleteAddressHash(addrHash hash.Hash, req http.Request) *http.Response
- func SoftDeleteOrganisationHash(orgHash hash.Hash, req http.Request) *http.Response
- func SoftUndeleteAddressHash(addrHash hash.Hash, req http.Request) *http.Response
- func SoftUndeleteOrganisationHash(orgHash hash.Hash, req http.Request) *http.Response
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// MaxRedirectDepth is the maximum depth or redirection.
MaxRedirectDepth = 10
)
View Source
var (
MinimumProofBitsAddress = 27
)
View Source
var (
MinimumProofBitsOrganisation = 29
)
Functions ¶
func DeleteAddressHash ¶
func DeleteOrganisationHash ¶
func DeleteRoutingHash ¶
func GetKeyStatus ¶ added in v0.2.0
func GetOrganisationHash ¶
func PostOrganisationHash ¶
func SetKeyStatus ¶ added in v0.2.0
func SoftDeleteAddressHash ¶ added in v0.2.0
func SoftDeleteOrganisationHash ¶ added in v0.2.0
func SoftUndeleteAddressHash ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.