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