# Functions
No description provided by the author
NewAdapter is the constructor for Adapter.
NewAdapterWithClientOption is an alternative constructor for Adapter that does the same as NewAdapter, but uses mongo.ClientOption instead of a Mongo URL + a databaseName option.
NewAdapterWithCollectionName is an alternative constructor for Adapter that does the same as NewAdapterWithClientOption, but with an extra collectionName option.
NewAdapterWithDB is an alternative constructor for Adapter that does the same as NewAdapter, but uses existing mongo.Database provided.
NewFilteredAdapter is the constructor for FilteredAdapter.
# Variables
No description provided by the author
# Structs
No description provided by the author
CasbinRule represents a rule in Casbin.