tags

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2019 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilterType

type FilterType struct {
	Filter string
	Type   string
}

type TagValue

type TagValue struct {
	Item string  `json:"item"`
	Cost float64 `json:"cost"`
}

contain a product and his cost

type TagsKeys

type TagsKeys []string

result format of the endpoint

type TagsValues

type TagsValues struct {
	Tag   string     `json:"tag"`
	Costs []TagValue `json:"costs"`
}

contain a tag and the list of products associated

type TagsValuesResponse

type TagsValuesResponse map[string][]TagsValues

response format of the endpoint

Jump to

Keyboard shortcuts

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