models

package
v0.0.0-...-9a864a7 Latest Latest
Warning

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

Go to latest
Published: Oct 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 Product

type Product struct {
	ProductName string `json:"ProductName, omitempty"`
	ProductType string `json:"ProductType, omitempty"`
	UpperBound  string `json:"UpperBound, omitempty"`
	LowerBound  string `json:"LowerBound, omitempty"`
}

Product sets the product being received from a post request

type ProductFound

type ProductFound struct {
	Name   string
	Price  float64
	Link   string
	Image  string
	Rating string
}

ProductFound sets the product being received from a post request

type Products

type Products struct {
	ProductName string
	ProductType string
	UpperBound  float64
	LowerBound  float64
}

Products sets the product being received from a post request

Jump to

Keyboard shortcuts

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