From 1de6d2e8df34cbcf661037d14d1354a4b5ee1060 Mon Sep 17 00:00:00 2001 From: Alex Efros Date: Wed, 11 Nov 2020 13:35:39 +0200 Subject: [PATCH] docs: update README (#34) --- .gitattributes | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 2d1b626..ec167c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/README.md b/README.md index cf793e3..c41b039 100644 --- a/README.md +++ b/README.md @@ -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.