Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependenciesDB ¶
type DependenciesDB struct {
// contains filtered or unexported fields
}
DependenciesDB defines the CRUD operations for storing projects in the db
func NewDependenciesDB ¶
func NewDependenciesDB(log *util.StandardLogger, db *gorm.DB) *DependenciesDB
NewDependenciesDB returns a FileDB object for handling CRUD operations
func (*DependenciesDB) AddDependency ¶
func (l *DependenciesDB) AddDependency(file *domain.File)
AddDependency adds a library to the db
type FileDB ¶
type FileDB struct {
// contains filtered or unexported fields
}
FileDB defines the CRUD operations for storing projects in the db
func NewFileDB ¶
func NewFileDB(log *util.StandardLogger, db *gorm.DB) *FileDB
NewFileDB returns a FileDB object for handling CRUD operations
Click to show internal directories.
Click to hide internal directories.