fix issues
This commit is contained in:
@@ -2,5 +2,6 @@ package rbac
|
||||
|
||||
type IRbac interface {
|
||||
Can(role, method, path string) bool
|
||||
JsonPermissionsForUser(string) (string, error)
|
||||
Reload() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user