mirror of
https://github.com/weloe/token-go.git
synced 2025-10-03 14:46:29 +08:00
6 lines
67 B
Go
6 lines
67 B
Go
package auth
|
|
|
|
type RBAC interface {
|
|
GetRole(id string) []string
|
|
}
|