add vacuum domain/services

This commit is contained in:
jackson
2023-01-31 20:31:10 -05:00
parent 47bff5da71
commit 6e49b13f89
3 changed files with 138 additions and 1 deletions

View File

@@ -24,7 +24,8 @@ func BuildService[
Notify |
Number |
Scene |
TTS,
TTS |
Vacuum,
](conn *websocket.Conn, ctx context.Context) *T {
return &T{conn: conn, ctx: ctx}
}