mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
6 lines
121 B
Go
6 lines
121 B
Go
package config
|
|
|
|
type Casbin struct {
|
|
ModelPath string `mapstructure:"model-path" json:"model-path" yaml:"model-path"`
|
|
}
|