modified 增加结构体描述,完善自动化文档
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package config
|
||||
|
||||
type Casbin struct {
|
||||
ModelPath string `mapstructure:"model-path" json:"modelPath" yaml:"model-path"` // Model路径
|
||||
ModelPath string `mapstructure:"model-path" json:"modelPath" yaml:"model-path"` // 存放casbin模型的相对路径
|
||||
}
|
||||
|
Reference in New Issue
Block a user