add tts domain/services

This commit is contained in:
jackson
2023-01-30 21:00:03 -05:00
parent abf47b223f
commit cae0c275ca
3 changed files with 58 additions and 1 deletions

View File

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