major codec upgrade

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-11-23 16:18:47 +03:00
parent daffa9e548
commit c9049c3845
30 changed files with 196 additions and 1004 deletions

View File

@@ -1,4 +1,4 @@
// Package proxy is a transparent proxy built on the go-micro/server
// Package proxy is a transparent proxy built on the micro/server
package proxy
import (

View File

@@ -1,4 +1,4 @@
// Package proxy is a transparent proxy built on the go-micro/server
// Package proxy is a transparent proxy built on the micro/server
package proxy
import (
@@ -7,7 +7,7 @@ import (
"github.com/unistack-org/micro/v3/server"
)
// Proxy can be used as a proxy server for go-micro services
// Proxy can be used as a proxy server for micro services
type Proxy interface {
// ProcessMessage handles inbound messages
ProcessMessage(context.Context, server.Message) error