package
Version:
v0.0.0-...-b2c9b18
Opens a new window with list of versions in this module.
Published: May 10, 2019
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Handler represents handlers for '/auth'
PostAuth is handler for /auth
type PostBody struct {
Email string `json:"email"`
Password string `json:"password"`
}
PostBody represents payload data format
type Result struct {
Result string `json:"result"`
Token string `json:"token"`
}
Result represents payload response format
Source Files
¶
Click to show internal directories.
Click to hide internal directories.