Documentation
¶
Overview ¶
Package request provides interface for handling REST API requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { //RefID string `json:"refID,omitempty"` // TODO: implement StatusCode int `json:"statusCode,omitempty"` StatusMessage string `json:"statusMessage,omitempty"` Error interface{} `json:"error,omitempty"` ErrorLog error `json:"-"` DebugLog string `json:"-"` }
Response represents an HTTP response instance.
Click to show internal directories.
Click to hide internal directories.