/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

  1. package book
  2. type Book struct {
  3. Id string "_id"
  4. Title string
  5. Content string
  6. }