dto

package module
v0.0.0-...-ded953e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2021 License: MIT Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL