Files
astra-api-gateway/handler/handler.go
2023-06-23 02:18:00 +03:00

12 lines
104 B
Go

package handler
import "gorm.io/gorm"
type Handler struct {
DB *gorm.DB
}
const (
Key = "secret"
)