package
module
Version:
v0.0.0-...-73589f8
Opens a new window with list of versions in this module.
Published: Feb 13, 2018
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ErrorUnauthorized = "[API] Invalid API key or access token (unrecognized login or wrong password)"
)
func Authenticate() *Auth
type Error struct {
Errors string `json:"errors,omitempty"`
}
type Product struct {
Title string `json:"title,omitempty"`
BodyHTML string `json:"body_html,omitempty"`
Vendor string `json:"vendor,omitempty"`
ProductType string `json:"product_type,omitempty"`
Tags string `json:"tags,omitempty"`
}
type Store struct {
Name string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.