Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUser ¶
func MakeMigrations ¶
func MakeMigrations()
Types ¶
type Todo ¶
type Todo struct { ID uint64 `json:"id"` CreatedBy uint64 `json:"created_by"` Title string `json:"title"` Description string `json:"description,omitempty"` Status bool `json:"status,omitempty"` CreatedAt time.Time `json:"created_at,omitempty"` }
func (*Todo) CreateTodo ¶
func (*Todo) DeleteTodo ¶
func (*Todo) GetAllTodos ¶
func (*Todo) GetNoteById ¶
func (*Todo) UpdateTodo ¶
Click to show internal directories.
Click to hide internal directories.