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