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