Versions in this module Expand all Collapse all v1 v1.10.0 Jan 19, 2024 Changes in this version + const ScopeDomain + const ScopeNone + const ScopeProject + const ScopeSystem + const ScopeUser + type TRbacScope string + func String2Scope(str string) TRbacScope + func String2ScopeDefault(str string, defScope TRbacScope) TRbacScope + func (s1 TRbacScope) HigherEqual(s2 TRbacScope) bool + func (s1 TRbacScope) HigherThan(s2 TRbacScope) bool