casbin.go 157 B

12345
  1. package config
  2. type Casbin struct {
  3. ModelPath string `mapstructure:"model-path" json:"modelPath" yaml:"model-path"` // 存放casbin模型的相对路径
  4. }