Documentation ¶
Index ¶
- Variables
- func Casbin() *casbin.Enforcer
- func New() *sCasbin
- type Adapter
- func (a *Adapter) AddPolicy(sec string, ptype string, rule []string) error
- func (a *Adapter) LoadPolicy(model model.Model) error
- func (a *Adapter) RemoveFilteredPolicy(sec string, ptype string, fieldIndex int, fieldValues ...string) error
- func (a *Adapter) RemovePolicy(sec string, ptype string, rule []string) error
- func (a *Adapter) SavePolicy(model model.Model) error
- type CasbinRule
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CE *casbin.Enforcer
)
Functions ¶
Types ¶
type Adapter ¶
Adapter represents the gdb adapter for policy storage.
func NewAdapter ¶
NewAdapter is the constructor for Adapter.
func NewAdapterFromOptions ¶
NewAdapterFromOptions is the constructor for Adapter with existed connection
func (*Adapter) LoadPolicy ¶
LoadPolicy loads policy from database.
func (*Adapter) RemoveFilteredPolicy ¶
func (a *Adapter) RemoveFilteredPolicy(sec string, ptype string, fieldIndex int, fieldValues ...string) error
RemoveFilteredPolicy removes policy rules that match the filter from the storage.
func (*Adapter) RemovePolicy ¶
RemovePolicy removes a policy rule from the storage.
Click to show internal directories.
Click to hide internal directories.