Documentation
¶
Overview ¶
Package capabilities defines the capabilities of the Mute key server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capabilities ¶
type Capabilities struct {
METHODS []string // methods implemented from specification
DOMAINS []string // domains served
KEYREPOSITORYURIS []string // Key repository URIs
KEYINITREPOSITORYURIS []string // KeyInit repository URIs
KEYHASHCHAINURIS []string // Key Hashchain URIs
KEYHASHCHAINENTRY string // last Key Hashchain entry
TKNPUBKEY string // public wallet key for key server payment tokens
SIGPUBKEYS []string // public signature key(s) of keyserver
}
The Capabilities of a Mute key server. See: https://github.com/mutecomm/mute/blob/master/doc/keyserver.md#api
Click to show internal directories.
Click to hide internal directories.