Documentation
¶
Index ¶
Constants ¶
View Source
const ( STATUSOK = "ok" STATUSERROR = "error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReponseError ¶
type ReponseError struct {
Status string `json:"status"`
Error interface{} `json:"error"`
}
Click to show internal directories.
Click to hide internal directories.