10 lines
136 B
Go
10 lines
136 B
Go
package constants
|
|
|
|
import (
|
|
"leafdev.top/Leaf/leaf-library-3/internal/dto/user"
|
|
)
|
|
|
|
const (
|
|
RoleSuperAdmin user.Role = "super-admin"
|
|
)
|