From 08cc1a391c4974ffc64560c4161ae111a9bacb0c Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Aug 2020 17:12:34 +0000 Subject: [PATCH] adding global delete code --- src/conf.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/conf.go b/src/conf.go index f458c09..a58b624 100644 --- a/src/conf.go +++ b/src/conf.go @@ -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 +} +