package
Version:
v0.0.0-...-0a95caa
Opens a new window with list of versions in this module.
Published: May 16, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NewConcentrate struct {
Name string `json:"name"`
VendorID string `json:"vendorId"`
}
type NewConcentrateURL struct {
ConcentrateID string `json:"concentrateId"`
Description string `json:"description"`
URL string `json:"url"`
}
type NewVendor struct {
Name string `json:"name"`
Code string `json:"code"`
}
type NewVendorURL struct {
VendorID string `json:"vendorId"`
Description string `json:"description"`
URL string `json:"url"`
}
type URL struct {
ID string `json:"id"`
Description string `json:"description"`
URL string `json:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.