leaf-library-3/internal/base/conf/rbac_model.go
2024-12-06 01:44:29 +08:00

10 lines
146 B
Go

package conf
import (
"leafdev.top/Leaf/leaf-library-3/configs"
)
func (c *Config) GetRBACModel() string {
return string(configs.RBACModel)
}