Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrScopeInvalid = errors.New("scope is invalid")
)
Functions ¶
func DefineAction ¶
func DefineResource ¶
Types ¶
type BaseAction ¶
type BaseAction struct {
// contains filtered or unexported fields
}
func (BaseAction) IsSubset ¶
func (action BaseAction) IsSubset(another Actioner) bool
func (BaseAction) String ¶
func (action BaseAction) String() string
type BaseResource ¶
type BaseResource struct {
// contains filtered or unexported fields
}
func (BaseResource) IsSubset ¶
func (resource BaseResource) IsSubset(another Resourcer) bool
func (BaseResource) String ¶
func (resource BaseResource) String() string
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (Engine) ParseScope ¶
func (Engine) ParseScopes ¶
type Scope ¶
type Scope struct {
// contains filtered or unexported fields
}
func (Scope) IsUndefined ¶
type UndefinedScope ¶
type UndefinedScope string
func (UndefinedScope) Contains ¶
func (scope UndefinedScope) Contains(another Scoper) bool
func (UndefinedScope) IsUndefined ¶
func (scope UndefinedScope) IsUndefined() bool
func (UndefinedScope) String ¶
func (scope UndefinedScope) String() string
Click to show internal directories.
Click to hide internal directories.