resources

package
v0.0.0-...-5f9580c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Data interface{} `json:"error"`
}

type Response

type Response struct {
	Success bool        `json:"success"`
	Data    interface{} `json:"response"`
}

type UserController

type UserController struct{}

func (*UserController) Login

func (uc *UserController) Login(c echo.Context) error

func (*UserController) Register

func (uc *UserController) Register(c echo.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL