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 {
}
func (*Client) Connect ¶ added in v0.6.0
func (n *Client) Connect(natsURL string, userCreds ports.NatsUserCreds) (ports.NatsConnection, error)
type Connection ¶ added in v0.6.0
type Connection struct {
// contains filtered or unexported fields
}
func (*Connection) DeleteAccountJWT ¶ added in v0.6.0
func (n *Connection) DeleteAccountJWT(jwt string) error
func (*Connection) Disconnect ¶ added in v0.6.0
func (n *Connection) Disconnect()
func (*Connection) EnsureConnected ¶ added in v0.6.0
func (n *Connection) EnsureConnected() error
func (*Connection) LookupAccountJWT ¶ added in v0.6.0
func (n *Connection) LookupAccountJWT(accountID string) (string, error)
func (*Connection) UploadAccountJWT ¶ added in v0.6.0
func (n *Connection) UploadAccountJWT(jwt string) error
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.