/app/domain/book.go
http://github.com/sut-go/gon · Go · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · 3f4588959b6bbf25cb4cabbcdcdeca99 MD5 · raw file
- package book
- type Book struct {
- Id string "_id"
- Title string
- Content string
- }