Add operation record, and the user ID is not well thought out how to parse~

This commit is contained in:
granty1
2020-06-30 13:55:43 +08:00
parent ce013d31c2
commit 974b7c7b81
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -73,5 +73,5 @@ type Sqlite struct {
}
type Operation struct {
SkipPaths []string `mapstructure: "skip_paths" json:"skip_paths" yaml: "username"`
SkipPaths []string `mapstructure:"skip-paths" json:"skipPaths" yaml:"skip-paths"`
}