Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaimUpdateError ¶ added in v0.5.1
type ClaimUpdateStatus ¶ added in v0.5.1
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(natsURL string, secretGetter SecretGetter) *Client
func (*Client) DeleteAccountJWT ¶
func (*Client) Disconnect ¶
func (n *Client) Disconnect()
func (*Client) EnsureConnected ¶
func (*Client) LookupAccountJWT ¶
func (*Client) UploadAccountJWT ¶
type SecretGetter ¶
type ServerAPIClaimUpdateResponse ¶ added in v0.5.1
type ServerAPIClaimUpdateResponse struct {
Data *ClaimUpdateStatus `json:"data,omitempty"`
Error *ClaimUpdateError `json:"error,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.