summaryrefslogtreecommitdiffstats
path: root/src/linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux')
-rw-r--r--src/linux/ogOperations.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/linux/ogOperations.py b/src/linux/ogOperations.py
index b71c4f4..7686956 100644
--- a/src/linux/ogOperations.py
+++ b/src/linux/ogOperations.py
@@ -55,6 +55,9 @@ class OgLinuxOperations:
def image_create(self, path, request, ogRest):
raise NotImplementedError
+ def cache_delete(self, request, ogRest):
+ raise NotImplementedError
+
def refresh(self, ogRest):
return {"status": "LINUX"}