package
Version:
v0.0.0-...-5c498b8
Opens a new window with list of versions in this module.
Published: Dec 28, 2018
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ErrorResponseCode = "404"
SuccessResponseCode = "200"
)
NewServer configures and returns a Server.
type Peoples struct {
Count int `json:"count"`
Next string `json:"next"`
Previous string `json:"previous"`
Results []interface{} `json:"results"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.