We don't actually need to implement GetImplicitUsersForResourceByDomain again in the gorm-adapter, just import the latest version of casbin to use this feature.
The API may not be found in gorm-adapter because the casbin version in the go mod is not the latest version.
fix: https://github.com/casbin/gorm-adapter/issues/216
We don't actually need to implement
GetImplicitUsersForResourceByDomain
again in the gorm-adapter, just import the latest version of casbin to use this feature.The API may not be found in gorm-adapter because the casbin version in the go mod is not the latest version.