Skip to content

Commit

Permalink
docs: update README (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman authored Nov 11, 2020
1 parent 6e297f0 commit 1de6d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# na/**/me - apply (* doesn't match /) to file "na/me", "na/*/me", "na/*/*/me", …
go.sum binary
*.*.go binary
statik*.go binary
/third_party/*/** binary
/api/**/model/** binary
/api/**/restapi/** binary
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ for more details.
- [X] Example gRPC:
- [X] External and internal APIs on different host/port.
- [X] gRPC services with and without token-based authentication.
- [X] Access to gRPC using HTTP/1 API based on grpc-gateway.
- [X] Generate swagger.json and provide Swagger UI.
- [X] Example tests, both unit and integration.
- [X] Production logging using [structlog](https://github.com/powerman/structlog).
- [X] Production metrics using Prometheus.
Expand Down

0 comments on commit 1de6d2e

Please sign in to comment.