Rebrand to CrowsNest
Added coffee rootCmd
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
package sqlite
|
||||
|
||||
import (
|
||||
"dehasher/internal/files"
|
||||
"crowsnest/internal/files"
|
||||
"fmt"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
type IString interface {
|
||||
String() string
|
||||
}
|
||||
|
||||
type DBOptions struct {
|
||||
Username string
|
||||
Email string
|
||||
|
||||
Reference in New Issue
Block a user