refactor(thumb): thumb logic for slave policy
This commit is contained in:
@@ -48,6 +48,12 @@ func Init(path string, statics fs.FS) {
|
||||
model.Init()
|
||||
},
|
||||
},
|
||||
{
|
||||
"slave",
|
||||
func() {
|
||||
model.InitSlaveDefaults()
|
||||
},
|
||||
},
|
||||
{
|
||||
"both",
|
||||
func() {
|
||||
|
||||
Reference in New Issue
Block a user