unit finish
This commit is contained in:
@@ -7,12 +7,10 @@ import (
|
||||
// example of middleware
|
||||
func init() {
|
||||
createPreMw = append(createPreMw,
|
||||
createMw{Name: "create-installation", Func: plugin.Create},
|
||||
)
|
||||
createMw{Name: "create-installation", Func: plugin.Create})
|
||||
|
||||
createSimxLogMw = append(createSimxLogMw,
|
||||
createLogMw{Name: "create-log", Func: plugin.CreateLog},
|
||||
)
|
||||
createLogMw{Name: "create-log", Func: plugin.CreateLog})
|
||||
|
||||
updatePreMw = append(updatePreMw,
|
||||
updateMw{Name: "update-installation", Func: plugin.Update})
|
||||
|
||||
Reference in New Issue
Block a user