Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Collection ¶
type CollectionResponse ¶
type CollectionResponse struct { Data []Collection `json:"data"` Object string `json:"object"` }
type CreateOrganizationResponse ¶
type CreateOrganizationResponse struct {
Id string `json:"id"`
}
type SignupRequest ¶
type TokenResponse ¶
type TokenResponse struct { Kdf int `json:"Kdf"` KdfIterations int `json:"KdfIterations"` Key string `json:"Key"` PrivateKey string `json:"PrivateKey"` ResetMasterPassword bool `json:"ResetMasterPassword"` AccessToken string `json:"access_token"` ExpireIn int `json:"expires_in"` RefreshToken string `json:"refresh_token"` Scope string `json:"scope"` TokenType string `json:"token_type"` UnofficialServer bool `json:"unofficialServer"` }
Click to show internal directories.
Click to hide internal directories.