Initial commit
This commit is contained in:
11
handler/handler.go
Normal file
11
handler/handler.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package handler
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type Handler struct {
|
||||
DB *gorm.DB
|
||||
}
|
||||
|
||||
const (
|
||||
Key = "secret"
|
||||
)
|
||||
Reference in New Issue
Block a user