handler

package
v0.0.0-...-2c33bf8 Latest Latest
Warning

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

Go to latest
Published: May 29, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Key (Should come from somewhere else).
	Key = "secret"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	DB *mongo.Database
}

func (*Handler) CreateDevice

func (h *Handler) CreateDevice(c echo.Context) (err error)

func (*Handler) CreatePost

func (h *Handler) CreatePost(c echo.Context) (err error)

func (*Handler) DeleteDevice

func (h *Handler) DeleteDevice(c echo.Context) (err error)

func (*Handler) Login

func (h *Handler) Login(c echo.Context) (err error)

func (*Handler) ReadDevice

func (h *Handler) ReadDevice(c echo.Context) (err error)

func (*Handler) ReadDevices

func (h *Handler) ReadDevices(c echo.Context) (err error)

func (*Handler) ReadPost

func (h *Handler) ReadPost(c echo.Context) (err error)

func (*Handler) ReadPosts

func (h *Handler) ReadPosts(c echo.Context) (err error)

func (*Handler) RegClientDevice

func (h *Handler) RegClientDevice(c echo.Context) (err error)

func (*Handler) Signup

func (h *Handler) Signup(c echo.Context) (err error)

func (*Handler) UpdateClientDevice

func (h *Handler) UpdateClientDevice(c echo.Context) (err error)

func (*Handler) UpdateDevice

func (h *Handler) UpdateDevice(c echo.Context) (err error)

func (*Handler) UpdatePost

func (h *Handler) UpdatePost(c echo.Context) (err error)

Jump to

Keyboard shortcuts

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