Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPassword ¶
func CheckToken ¶
func HashPassword ¶
Types ¶
type Response ¶
type Response struct { Code int `json:"-"` Status string `json:"status"` IsError bool `json:"isError"` Data interface{} `json:"data,omitempty"` Description interface{} `json:"description,omitempty"` }
func GetResponse ¶
func (*Response) Send ¶
func (res *Response) Send(w http.ResponseWriter)
Click to show internal directories.
Click to hide internal directories.