Documentation
¶
Index ¶
- func AllSalesQuery() map[string]string
- func BuysQuery(buyerAddress string) map[string]string
- func EncodeQuery(baseQuery map[string]string) *bytes.Buffer
- func GetEnvVars(envKey string) string
- func PacksQuery(tokenId string) map[string]string
- func SalesQuery(sellerAddress string) map[string]string
- type BuysResponse
- type PacksResponse
- type SalesResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllSalesQuery ¶
func GetEnvVars ¶
func PacksQuery ¶
func SalesQuery ¶
Types ¶
type BuysResponse ¶
type BuysResponse struct {
Data struct {
// contains filtered or unexported fields
} `json:"data"`
}
type PacksResponse ¶
type PacksResponse struct {
Data struct {
// contains filtered or unexported fields
} `json:"data"`
}
type SalesResponse ¶
type SalesResponse struct {
Data struct {
// contains filtered or unexported fields
} `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.