Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultGWIncludeExpired = false DefaultGWStartAfter = "" DefaultGWLimit = "" )
Variables ¶
This section is empty.
Functions ¶
func Consume ¶
func Consume(w http.ResponseWriter, res interface{}, err error, xnsContext *types.XnsContext)
Types ¶
type QueryResponse ¶
type QueryResponse struct {
Data interface{} `json:"data"`
}
func ParseResponse ¶
func ParseResponse(res string) (*QueryResponse, error)
Click to show internal directories.
Click to hide internal directories.