package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Sep 20, 2016
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Serialize(i interface{}) []byte
type FollowNotification struct {
Follow string `json:"follow"`
}
type OrderNotification struct {
Title string `json:"title"`
BuyerGuid string `json:"buyerGuid"`
BuyerBlockchainId string `json:"buyerBlockchainId"`
Thumbnail string `json:"thumbnail"`
Timestamp int `json:"timestamp"`
OrderId string `json:"orderId"`
}
type PaymentNotification struct {
OrderId string `json:"orderId"`
FundingTotal uint64 `json:"fundingTotal"`
}
type UnfollowNotification struct {
Unfollow string `json:"unfollow"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.