Versions in this module Expand all Collapse all v11 v11.1.1 Jan 16, 2019 v11.1.0 Nov 18, 2018 Changes in this version + type PostItemResponse struct + Success bool + type TodoController struct + Service todo.Service + Session *sessions.Session + func (c *TodoController) BeforeActivation(b mvc.BeforeActivation) + func (c *TodoController) Get() []todo.Item + func (c *TodoController) GetSync(conn websocket.Connection) + func (c *TodoController) Post(newItems []todo.Item) PostItemResponse Other modules containing this package gopkg.in/kataras/iris.v10