mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Added the option to automatically pull in the configuration
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package config
|
||||
|
||||
type mStorage struct {
|
||||
SRC string `yaml:"src"`
|
||||
DST string `yaml:"dst"`
|
||||
Type string `yaml:"type"`
|
||||
COS cosConfig `yaml:"cos"`
|
||||
SRC string `yaml:"src"`
|
||||
DST string `yaml:"dst"`
|
||||
Type string `yaml:"type"`
|
||||
COS cosConfig `yaml:"cos"`
|
||||
AutoPull bool `yaml:"auto_pull"`
|
||||
}
|
||||
|
||||
type cosConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user