Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressResponse ¶
type AddressResponse struct {
Address string `json:"address"`
}
type Responder ¶
type Responder struct {
// contains filtered or unexported fields
}
func NewResponder ¶
func (*Responder) EncryptedBody ¶
type Response ¶
type Response struct { ResponseType ResponseType `json:"response_type"` Secure string `json:"secure,omitempty"` Object any `json:"object,omitempty"` Objects any `json:"objects,omitempty"` }
type ResponseType ¶
type ResponseType string
const ( ResponseTypeObject ResponseType = "object" ResponseTypeArray ResponseType = "array" ResponseTypeSecure ResponseType = "secure" )
Click to show internal directories.
Click to hide internal directories.