update to latest micro
Some checks failed
test / test (push) Has been cancelled

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-04 23:32:30 +03:00
parent cd84ab56af
commit df8b69c3ad
8 changed files with 46 additions and 443 deletions

View File

@@ -1,9 +1,9 @@
package tcp
import (
"go.unistack.org/micro/v3/codec"
"go.unistack.org/micro/v3/metadata"
"go.unistack.org/micro/v3/server"
"go.unistack.org/micro/v4/codec"
"go.unistack.org/micro/v4/metadata"
"go.unistack.org/micro/v4/server"
)
var _ server.Request = &tcpRequest{}
@@ -11,7 +11,7 @@ var _ server.Request = &tcpRequest{}
type tcpRequest struct {
codec codec.Codec
body interface{}
header map[string]string
header metadata.Metadata
method string
endpoint string
contentType string