Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdapter ¶
NewAdapter is the constructor for Adapter. If database name is not provided in the Mongo URL, 'casbin' will be used as database name.
func NewAdapterWithDialInfo ¶
func NewAdapterWithDialInfo(dI *options.ClientOptions, Database string) persist.Adapter
NewAdapterWithDialInfo is an alternative constructor for Adapter that does the same as NewAdapter, but uses options.ClientOptions instead of a Mongo URL
func NewFilteredAdapter ¶
func NewFilteredAdapter(url string) persist.FilteredAdapter
NewFilteredAdapter is the constructor for FilteredAdapter. Casbin will not automatically call LoadPolicy() for a filtered adapter.
Types ¶
Click to show internal directories.
Click to hide internal directories.