Documentation
¶
Index ¶
Constants ¶
View Source
const SQL_BOOK_ENTRIES string = "" /* 129-byte string literal not displayed */
View Source
const SQL_COLLECTION_ENTRIES string = "SELECT p_uuid, p_titles_0_nominal FROM Entries WHERE p_type = 'Collection'"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Books ¶
type Books []*Book
func (Books) BookByCDEKey ¶
func (Books) BookByUUID ¶
func (Books) BooksByCDEKeys ¶
type CollEntry ¶
type Collection ¶
type Collection []*CollEntry
func (Collection) IdxByTitle ¶
func (c Collection) IdxByTitle(title string) int
func (Collection) IdxByUUID ¶
func (c Collection) IdxByUUID(uuid string) int
type Commander ¶
type Commander struct{}
func (*Commander) Purge ¶
func (u *Commander) Purge(collection Collection) error
type Entries ¶
type Entries struct {
Collection Collection
Books Books
IsCcAware bool
}
func NewEntries ¶
Click to show internal directories.
Click to hide internal directories.