package
Version:
v0.0.0-...-e30276e
Opens a new window with list of versions in this module.
Published: Mar 24, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Contents struct {
Quotes []Quote `json:"quotes"`
}
Contents represents the list of quotes
type JSON struct {
Contents Contents `json:"contents"`
}
JSON represents the return from quotes.rest
type Quote struct {
Quote string `json:"quote"`
Author string `json:"author"`
}
Quote represents a single quote
Source Files
¶
Click to show internal directories.
Click to hide internal directories.