Add *remove and *removeall type

This commit is contained in:
TeoV
2020-03-10 10:53:52 +02:00
committed by Dan Christian Bogos
parent 12e3b99d49
commit f253e033f9
3 changed files with 175 additions and 1 deletions

View File

@@ -639,6 +639,7 @@ const (
MetaReload = "*reload"
MetaLoad = "*load"
MetaRemove = "*remove"
MetaRemoveAll = "*removeall"
MetaStore = "*store"
MetaClear = "*clear"
MetaExport = "*export"