Documentation
¶
Index ¶
- func Describe(i interface{}) (string, string)
- func NewID() string
- func Serialize(i interface{}) []byte
- type ChatMessage
- type ChatRead
- type ChatTyping
- type CompletionNotification
- type Data
- type DisputeAcceptedNotification
- type DisputeCloseNotification
- type DisputeOpenNotification
- type DisputeUpdateNotification
- type FollowNotification
- type FulfillmentNotification
- type IncomingTransaction
- type ModeratorAddNotification
- type ModeratorRemoveNotification
- type Notification
- type OrderCancelNotification
- type OrderConfirmationNotification
- type OrderDeclinedNotification
- type OrderNotification
- type PaymentNotification
- type ProcessingErrorNotification
- type RefundNotification
- type StatusNotification
- type TestNotification
- type Thumbnail
- type UnfollowNotification
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChatMessage ¶ added in v0.3.1
type ChatTyping ¶ added in v0.5.0
type CompletionNotification ¶ added in v0.2.2
type DisputeAcceptedNotification ¶ added in v0.7.0
type DisputeCloseNotification ¶ added in v0.3.0
type DisputeOpenNotification ¶ added in v0.3.0
type DisputeOpenNotification struct {
ID string `json:"notificationId"`
Type string `json:"type"`
OrderId string `json:"orderId"`
Thumbnail Thumbnail `json:"thumbnail"`
DisputerID string `json:"disputerId"`
DisputerHandle string `json:"disputerHandle"`
DisputeeID string `json:"disputeeId"`
DisputeeHandle string `json:"disputeeHandle"`
Buyer string `json:"buyer"`
}
type DisputeUpdateNotification ¶ added in v0.3.0
type DisputeUpdateNotification struct {
ID string `json:"notificationId"`
Type string `json:"type"`
OrderId string `json:"orderId"`
Thumbnail Thumbnail `json:"thumbnail"`
DisputerID string `json:"disputerId"`
DisputerHandle string `json:"disputerHandle"`
DisputeeID string `json:"disputeeId"`
DisputeeHandle string `json:"disputeeHandle"`
Buyer string `json:"buyer"`
}
type FollowNotification ¶
type FulfillmentNotification ¶ added in v0.2.2
type IncomingTransaction ¶ added in v0.5.3
type IncomingTransaction struct {
Txid string `json:"txid"`
Value int64 `json:"value"`
Address string `json:"address"`
Status string `json:"status"`
Memo string `json:"memo"`
Timestamp time.Time `json:"timestamp"`
Confirmations int32 `json:"confirmations"`
OrderId string `json:"orderId"`
Thumbnail string `json:"thumbnail"`
Height int32 `json:"height"`
CanBumpFee bool `json:"canBumpFee"`
}
type ModeratorAddNotification ¶ added in v0.5.1
type ModeratorRemoveNotification ¶ added in v0.5.1
type Notification ¶ added in v0.3.1
type OrderCancelNotification ¶ added in v0.2.1
type OrderConfirmationNotification ¶ added in v0.2.1
type OrderDeclinedNotification ¶ added in v0.6.4
type OrderNotification ¶
type PaymentNotification ¶
type ProcessingErrorNotification ¶ added in v0.11.1
type RefundNotification ¶ added in v0.2.1
type StatusNotification ¶ added in v0.5.0
type StatusNotification struct {
Status string `json:"status"`
}
type TestNotification ¶ added in v0.9.2
type TestNotification struct{}
type UnfollowNotification ¶
Click to show internal directories.
Click to hide internal directories.