Skip to content

Commit 1de6d2e

Browse files
authored
docs: update README (#34)
1 parent 6e297f0 commit 1de6d2e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# na/**/me - apply (* doesn't match /) to file "na/me", "na/*/me", "na/*/*/me", …
77
go.sum binary
88
*.*.go binary
9+
statik*.go binary
910
/third_party/*/** binary
1011
/api/**/model/** binary
1112
/api/**/restapi/** binary

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ for more details.
8787
- [X] Example gRPC:
8888
- [X] External and internal APIs on different host/port.
8989
- [X] gRPC services with and without token-based authentication.
90+
- [X] Access to gRPC using HTTP/1 API based on grpc-gateway.
91+
- [X] Generate swagger.json and provide Swagger UI.
9092
- [X] Example tests, both unit and integration.
9193
- [X] Production logging using [structlog](https://github.com/powerman/structlog).
9294
- [X] Production metrics using Prometheus.

0 commit comments

Comments
 (0)