package
Version:
v0.0.0-...-5588ae0
Opens a new window with list of versions in this module.
Published: Jun 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Album struct {
ID string `json:"id"`
Title string `json:"title"`
Artist string `json:"artist"`
Price float64 `json:"price"`
}
Album represents data about a record album.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.