add instalation entity

This commit is contained in:
vanilia
2025-11-13 10:37:54 +07:00
parent 78f1502930
commit 4b78e489ef
11 changed files with 167 additions and 2 deletions

No files matched your search

@@ -31,6 +31,8 @@ func getEntities(input string) []any {
return getMainEntities()
case "satusehat":
return getSatuSehatEntities()
case "simgossync":
return getSimgosSyncEntities()
}
return nil
}