Browse Source
feat: add reply message (#95)
feat: add reply message (#95)
* feat: add reply message * feat: add reply message id in UIpull/96/head v4.8.0
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 90 additions and 27 deletions
-
6docs/openapi.yaml
-
2src/cmd/root.go
-
2src/config/settings.go
-
15src/domains/app/app.go
-
6src/domains/app/devices.go
-
9src/domains/app/login.go
-
1src/domains/send/text.go
-
2src/go.mod
-
24src/services/app.go
-
32src/services/send.go
-
10src/views/index.html
@ -1,6 +0,0 @@ |
|||||
package app |
|
||||
|
|
||||
type FetchDevicesResponse struct { |
|
||||
Name string `json:"name"` |
|
||||
Device string `json:"device"` |
|
||||
} |
|
||||
@ -1,9 +0,0 @@ |
|||||
package app |
|
||||
|
|
||||
import "time" |
|
||||
|
|
||||
type LoginResponse struct { |
|
||||
ImagePath string `json:"image_path"` |
|
||||
Duration time.Duration `json:"duration"` |
|
||||
Code string `json:"code"` |
|
||||
} |
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue