feat: initial project setup
This commit is contained in:
7
internal/models/book.go
Normal file
7
internal/models/book.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Book struct {
|
||||
ID string `json:"id"`
|
||||
Title string `json:"title"`
|
||||
Author string `json:"author"`
|
||||
}
|
||||
Reference in New Issue
Block a user