Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookService ¶
type BookService struct {
// contains filtered or unexported fields
}
type Client ¶
type Repository ¶
type Repository interface {
Insert(username string, b Book) (int64, error)
Select(username string) ([]Book, error)
}
func NewSQLiteRepository ¶
func NewSQLiteRepository(urn string) (Repository, error)
Click to show internal directories.
Click to hide internal directories.