Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handle requests
func NewHandler ¶
func (*Handler) Registration ¶
func (h *Handler) Registration(w http.ResponseWriter, r *http.Request)
type TokenResponce ¶
type TokenResponce struct {
Token string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.