add number service

This commit is contained in:
Sam Lewis
2022-11-09 20:31:06 -05:00
parent e5fe752d2c
commit e9f07b9b32
3 changed files with 30 additions and 1 deletions

View File

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