api-platform/pkg/consts/rbac.go

8 lines
130 B
Go
Raw Normal View History

2024-11-21 11:25:32 +00:00
package consts
2024-11-22 17:55:15 +00:00
import "leafdev.top/Leaf/api-platform/internal/schema"
2024-11-21 11:25:32 +00:00
const (
RoleSuperAdmin schema.UserRole = "super-admin"
)