Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LibraryDB ¶
type LibraryDB struct {
// contains filtered or unexported fields
}
LibraryDB defines the CRUD operations for storing projects in the db
func NewLibraryDB ¶
func NewLibraryDB(log *utils.StandardLogger, db *gorm.DB) *LibraryDB
NewLibraryDB returns a LibraryDB object for handling CRUD operations
func (*LibraryDB) AddLibrary ¶
AddLibrary adds a library to the db
Click to show internal directories.
Click to hide internal directories.