model

package
v0.0.0-...-0a95caa Latest Latest
Warning

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

Go to latest
Published: May 16, 2019 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 Concentrate

type Concentrate struct {
	ID       string
	Name     string
	VendorID string
	Gravity  *float64
	URLIDs   []*string
}

type NewConcentrate

type NewConcentrate struct {
	Name     string `json:"name"`
	VendorID string `json:"vendorId"`
}

type NewConcentrateURL

type NewConcentrateURL struct {
	ConcentrateID string `json:"concentrateId"`
	Description   string `json:"description"`
	URL           string `json:"url"`
}

type NewVendor

type NewVendor struct {
	Name string `json:"name"`
	Code string `json:"code"`
}

type NewVendorURL

type NewVendorURL struct {
	VendorID    string `json:"vendorId"`
	Description string `json:"description"`
	URL         string `json:"url"`
}

type URL

type URL struct {
	ID          string `json:"id"`
	Description string `json:"description"`
	URL         string `json:"url"`
}

type Vendor

type Vendor struct {
	ID     string
	Name   string
	Code   string
	URLIDs []*string
}

Jump to

Keyboard shortcuts

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