models

package
v0.0.0-...-0519aef Latest Latest
Warning

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

Go to latest
Published: May 6, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddProduct

type AddProduct struct {
	Name  string  `db:"name"`
	Price float64 `db:"price"`
}

type Currency

type Currency struct {
	Code  string `json:"code"`
	Value string `json:"high"`
}

type CurrencyExchange

type CurrencyExchange struct {
	Code  string  `json:"code"`
	Value float64 `json:"value"`
}

type Product

type Product struct {
	Id     uuid.UUID `db:"product_id"`
	Name   string    `db:"name"`
	Price  float64   `db:"price"`
	Values []CurrencyExchange
}

Jump to

Keyboard shortcuts

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