dto

package module
v0.0.0-...-727b85e Latest Latest
Warning

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

Go to latest
Published: Dec 13, 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 AdvertDisplay

type AdvertDisplay struct {
	AdvertId     int64  `db:"pk,advert_id"`
	CategoryName string `db:"category_name"`
	Title        string `db:"title"`
	Price        int    `db:"price"`
	Currency     string `db:"currency"`
	ModeratorId  int64  `db:"moderator_id"`
	Created      string `db:"created"`
	Active       int    `db:"active"`
}

Advert represents an album record.

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

Jump to

Keyboard shortcuts

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