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