1Panel/backend/constant/common.go

8 lines
72 B
Go

package constant
type DBContext string
const (
DB DBContext = "db"
)