remove transport draft, add grpc web and gateway support

This commit is contained in:
2021-09-18 01:39:15 +02:00
parent 4085420f6f
commit 1eea54f18a
37 changed files with 2884 additions and 290 deletions

View File

@ -42,4 +42,3 @@ func From(ctx context.Context) Logger {
defaultLogger = logr
return defaultLogger
}