Documentation ¶ Index ¶ Constants type Handler func (h *Handler) CreatePost(c echo.Context) (err error) func (h *Handler) FetchPost(c echo.Context) (err error) func (h *Handler) Follow(c echo.Context) (err error) func (h *Handler) Login(c echo.Context) (err error) func (h *Handler) Signup(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 ¶ type Handler struct { DB *mgo.Session } func (*Handler) CreatePost ¶ func (h *Handler) CreatePost(c echo.Context) (err error) func (*Handler) FetchPost ¶ func (h *Handler) FetchPost(c echo.Context) (err error) func (*Handler) Follow ¶ func (h *Handler) Follow(c echo.Context) (err error) func (*Handler) Login ¶ func (h *Handler) Login(c echo.Context) (err error) func (*Handler) Signup ¶ func (h *Handler) Signup(c echo.Context) (err error) Source Files ¶ View all Source files handler.go post.go user.go Click to show internal directories. Click to hide internal directories.