Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Address string
}
func (*Client) GetPublicKeyByUsername ¶
func (client *Client) GetPublicKeyByUsername(username string) (*rsa.PublicKey, *RequestError)
func (*Client) RegisterNewUsername ¶
func (client *Client) RegisterNewUsername(username string, email string, publicKey string) *RequestError
type GetPublicKeyResponse ¶
type RegisterUsernameRequest ¶
type RequestError ¶
func (*RequestError) Error ¶
func (err *RequestError) Error() string
Click to show internal directories.
Click to hide internal directories.