This commit is contained in:
mbecker20
2024-04-26 01:55:04 -07:00
parent ed7e0a38d8
commit ea40073fcc
3 changed files with 28 additions and 0 deletions

View File

@@ -114,6 +114,10 @@ enum ReadRequest {
GetAlerter(GetAlerter),
ListAlerters(ListAlerters),
// ==== TOML ====
ExportAllResourcesToToml(ExportAllResourcesToToml),
ExportResourcesToToml(ExportResourcesToToml),
// ==== TAG ====
GetTag(GetTag),
ListTags(ListTags),