leaf-library-3/internal/base/conf/rbac_model.go

10 lines
146 B
Go
Raw Normal View History

2024-12-05 17:44:29 +00:00
package conf
import (
"leafdev.top/Leaf/leaf-library-3/configs"
)
func (c *Config) GetRBACModel() string {
return string(configs.RBACModel)
}