ops design and app
add more comments feature, more tags feature, and other frontend updates
This commit is contained in:
@@ -169,3 +169,7 @@ func hasScope(scopes []Scope, required Scope) bool {
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
func HasScope(scopes []Scope, required Scope) bool {
|
||||
return hasScope(scopes, required)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user