Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BooksStorage ¶
type BooksStorage struct {
// contains filtered or unexported fields
}
func NewBooksStorage ¶
func NewBooksStorage(client *s3.Client, bucket string) *BooksStorage
func (*BooksStorage) ListBooks ¶
func (s *BooksStorage) ListBooks() ([]*Book, error)
Click to show internal directories.
Click to hide internal directories.