2021-11-11 22:05:07 +00:00
|
|
|
package constants
|
2021-01-19 23:12:54 +00:00
|
|
|
|
|
|
|
// These are constants to have an single point to look up static items
|
|
|
|
const (
|
|
|
|
Accounts = "account"
|
|
|
|
Menus = "menu"
|
2021-01-24 15:25:58 +00:00
|
|
|
Domain = "domain"
|
2021-01-19 23:12:54 +00:00
|
|
|
)
|