Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecoveryPoint ¶
type RecoveryPoint string
const ( RecoveryPointStarted RecoveryPoint = "STARTED" RecoveryPointCreated RecoveryPoint = "CREATED" RecoveryPointCharged RecoveryPoint = "CHARGED" RecoveryPointFinished RecoveryPoint = "FINISHED" )
func (RecoveryPoint) String ¶
func (r RecoveryPoint) String() string
type ResponseBody ¶
type ResponseBody struct {
Message string `json:"message"`
}
func (*ResponseBody) Marshal ¶
func (r *ResponseBody) Marshal() (json.RawMessage, error)
type ResponseCode ¶
type ResponseCode int32
const ( ResponseCodeOK ResponseCode = http.StatusOK ResponseCodeConflict ResponseCode = http.StatusConflict ResponseCodeErrPayment ResponseCode = http.StatusPaymentRequired ResponseCodeErrPaymentGeneric ResponseCode = http.StatusServiceUnavailable )
Click to show internal directories.
Click to hide internal directories.