Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageSender ¶
type MessageSender struct { SenderId int64 `db:"sender_id"` Name *string `db:"name"` Email *string `db:"email"` Tel *string `db:"tel"` Sended *string `db:"sended"` ModeratorId int64 `db:"moderator_id"` }
sender_id | name | email | tel | sended
type TodoDisplay ¶
type TodoDisplay struct { TodoId int64 `db:"pk,todo_id"` PerfomerId int64 `db:"perfomer_id"` AuthorId string `db:"author_id"` Manager string `db:"manager"` Name string `db:"name"` Status int `db:"status"` }
Todo represents an album record:t.todo_id, u.name manager, t.perfomer_id, t.name, t.status
Click to show internal directories.
Click to hide internal directories.