initial commit for bookish-server and local environment
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package bookish_server
|
||||
|
||||
// Book describes a book object that will be returned from the books API.
|
||||
type Book struct {
|
||||
Title string `json:"title"`
|
||||
Author *string `json:"author"`
|
||||
YearPublished *string `json:"year"`
|
||||
ISBN *string `json:"isbn"`
|
||||
}
|
||||
Reference in New Issue
Block a user