Versions in this module Expand all Collapse all v12 v12.1.9 Aug 12, 2022 Changes in this version + type PostItemResponse struct + Success bool + type TodoController struct + NS *websocket.NSConn + Service todo.Service + Session *sessions.Session + func (c *TodoController) BeforeActivation(b mvc.BeforeActivation) + func (c *TodoController) Get() []todo.Item + func (c *TodoController) Post(newItems []todo.Item) PostItemResponse + func (c *TodoController) Save(msg websocket.Message) error