package
Version:
v0.0.0-...-2fed6f8
Opens a new window with list of versions in this module.
Published: Dec 22, 2020
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 Item struct {
ID string `json:"id"`
VolumeInfo struct {
Title string `json:"title"`
Authors []string `json:"authors"`
PublishedDate string `json:"publishedDate"`
} `json:"volumeInfo"`
}
type Results struct {
Total int `json:"totalItems"`
Items []Item
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.