Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthenticateUser ¶
func InitDBConnection ¶
func InitDBConnection() (err error)
Types ¶
type Todo ¶
type Todo struct {
Id int `json:"id"`
Title string `json:"title"`
Body string `json:"body"`
UserId int
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
func GetTodoList ¶
Click to show internal directories.
Click to hide internal directories.