Versions in this module Expand all Collapse all v2 v2.0.2 Feb 4, 2021 Changes in this version type CasbinRule + Ptype string v2.0.1 Mar 20, 2020 Changes in this version + type Adapter struct + func NewAdapter(dataSourceAlias, driverName, dataSourceName string) (*Adapter, error) + 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 struct + Id int + PType string + V0 string + V1 string + V2 string + V3 string + V4 string + V5 string Other modules containing this package github.com/casbin/beego-orm-adapter github.com/casbin/beego-orm-adapter/v3