tsk-44: Record when message was sent (#48)
Closes #44 Reviewed-on: phoenix/textsender-api#48 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
@@ -4,8 +4,9 @@ A software system to process Text messaging queueing
|
||||
|
||||
## Getting started
|
||||
|
||||
|
||||
### Building
|
||||
```BASH
|
||||
```SHELL
|
||||
make build
|
||||
```
|
||||
|
||||
@@ -13,7 +14,6 @@ make build
|
||||
Generate API documentation
|
||||
```
|
||||
go install github.com/swaggo/swag/cmd/swag@latest
|
||||
go get -u github.com/swaggo/http-swagger/v2
|
||||
|
||||
swag init --generalInfo main.go --dir ./cmd/api,./internal/handler --output docs/ --parseDependency --parseInternal
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user