Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TodoController ¶
func (*TodoController) AddTodo ¶
func (tc *TodoController) AddTodo(c *gin.Context)
func (*TodoController) DeleteTodo ¶
func (tc *TodoController) DeleteTodo(c *gin.Context)
func (*TodoController) GetTodos ¶
func (tc *TodoController) GetTodos(c *gin.Context)
func (*TodoController) MarkDone ¶
func (tc *TodoController) MarkDone(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.