package
Version:
v0.0.0-...-ba4ce30
Opens a new window with list of versions in this module.
Published: Nov 21, 2023
License: MIT
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 Book struct {
Isbn int `json:"isbn"`
Name string `json:"name"`
Publisher string `json:"publisher"`
}
type DBBook struct {
Isbn int `json:"isbn"`
Name string `json:"name"`
Publisher string `json:"publisher"`
}
type DBReview struct {
Isbn int `json:"isbn"`
Reviewer string `json:"reviewer"`
Rating int `json:"rating"`
}
type Review struct {
Isbn int `json:"isbn"`
Reviewer string `json:"reviewer"`
Rating int `json:"rating"`
}
type Tabler interface {
TableName() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.