Rebrand to CrowsNest

Added coffee rootCmd
This commit is contained in:
Evan Hosinski
2025-05-17 10:00:59 -04:00
parent 1152a1910c
commit dc15315403
20 changed files with 80 additions and 74 deletions
+5 -1
View File
@@ -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