update method of operation record

This commit is contained in:
Granty1
2020-07-05 14:45:05 +08:00
parent 9a582877ea
commit 783e355501
15 changed files with 81 additions and 86 deletions
-5
View File
@@ -10,7 +10,6 @@ type Server struct {
JWT JWT `mapstructure:"jwt" json:"jwt" yaml:"jwt"`
Captcha Captcha `mapstructure:"captcha" json:"captcha" yaml:"captcha"`
Log Log `mapstructure:"log" json:"log" yaml:"log"`
Operation Operation `mapstructure:"operation" json:"operation" yaml:"operation"`
}
type System struct {
@@ -71,7 +70,3 @@ type Sqlite struct {
Config string `mapstructure:"config" json:"config" yaml:"config"`
LogMode bool `mapstructure:"log-mode" json:"logMode" yaml:"log-mode"`
}
type Operation struct {
SkipPaths []string `mapstructure:"skip-paths" json:"skipPaths" yaml:"skip-paths"`
}