entity

package
v0.0.0-...-070ce36 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ad struct {
	Photo        []string        `json:"photo"`
	Id           uint64          `json:"id"`
	Title        string          `json:"title"`
	Content      string          `json:"content"`
	Price        decimal.Decimal `json:"price"`
	CreationDate time.Time       `json:"datecreated"`
}

type QueryCredentials

type QueryCredentials struct {
	OrderBy   string `json:"orderby"`
	Direction string `json:"direction"`
	Limit     uint64 `json:"limit"`
	Offset    uint64 `json:"offset"`
	//Qc        QueryFields
	Required bool   `json:"required"`
	Fields   string `json:"fields"`
}

type Result

type Result struct {
	Id     uint64
	Status bool
	Reason string
}

Jump to

Keyboard shortcuts

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