Discover Packages
github.com/AnthonyNixon/setsisaw
types
package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: May 7, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Artist struct {
Name string `json:"name"`
Id int `json:"id"`
}
type Error interface {
StatusCode() int
Description() string
}
type Location struct {
Name string `json:"name"`
Description string `json:"description"`
City string `json:"city"`
State string `json:"state"`
Country string `json:"country"`
Id int `json:"id"`
}
type Set struct {
User int `json:"user_id"`
Location int `json:"location_id"`
Artist int `json:"artist_id"`
Id int `json:"id"`
}
type User struct {
Username string `json:"username"`
Email string `json:"email"`
Password string `json:"password"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Id string `json:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.