mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-22 19:46:15 +10:00
7 lines
74 B
Go
7 lines
74 B
Go
package constants
|
|
|
|
const (
|
|
RoleAdmin = "admin"
|
|
RoleNormal = "normal"
|
|
)
|