Documentation
¶
Index ¶
- Constants
- type Handler
- func (h *Handler) CreateDevice(c echo.Context) (err error)
- func (h *Handler) CreatePost(c echo.Context) (err error)
- func (h *Handler) DeleteDevice(c echo.Context) (err error)
- func (h *Handler) Login(c echo.Context) (err error)
- func (h *Handler) ReadDevice(c echo.Context) (err error)
- func (h *Handler) ReadDevices(c echo.Context) (err error)
- func (h *Handler) ReadPost(c echo.Context) (err error)
- func (h *Handler) ReadPosts(c echo.Context) (err error)
- func (h *Handler) RegClientDevice(c echo.Context) (err error)
- func (h *Handler) Signup(c echo.Context) (err error)
- func (h *Handler) UpdateClientDevice(c echo.Context) (err error)
- func (h *Handler) UpdateDevice(c echo.Context) (err error)
- func (h *Handler) UpdatePost(c echo.Context) (err error)
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 ¶
func (*Handler) UpdateClientDevice ¶
Click to show internal directories.
Click to hide internal directories.