adding global delete code

This commit is contained in:
root
2020-08-16 17:12:34 +00:00
parent 9ee441ec02
commit 08cc1a391c

View File

@@ -54,3 +54,11 @@ func (e mainEnv) uiConfigurationDump(w http.ResponseWriter, r *http.Request, ps
w.Write([]byte(finalJSON))
}
func (e mainEnv) globalUserDelete(userTOKEN string) {
// not implemented
}
func (e mainEnv) pluginUserDelete(pluginid, userTOKEN) {
// not implemented
}