model

package
v0.0.0-...-736631f Latest Latest
Warning

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

Go to latest
Published: Jul 28, 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 Advert struct {
	Id        int    `json:"id" bd:"id"`
	Title     string `json:"title" bd:"title"`
	MainPhoto string `json:"main_photo" bd:"main_photo"`
	Price     int    `json:"price" bd:"price"`
}

type DetailedAdvert

type DetailedAdvert struct {
	Id           int      `json:"id" bd:"id"`
	Title        string   `json:"title" bd:"title"`
	Description  string   `json:"description,omitempty" bd:"description"`
	Photos       []string `json:"photos" bd:"photos"`
	Price        int      `json:"price" bd:"price"`
	CreationDate int64    `json:"creation_date,omitempty" bd:"creation_date"`
}

Jump to

Keyboard shortcuts

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