mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-18 22:17:44 +02:00
go-micro.dev/v4 (#2305)
This commit is contained in:
@ -3,9 +3,9 @@ package server
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
"github.com/asim/go-micro/v3/codec"
|
||||
"github.com/asim/go-micro/v3/transport"
|
||||
"github.com/asim/go-micro/v3/util/buf"
|
||||
"go-micro.dev/v4/codec"
|
||||
"go-micro.dev/v4/transport"
|
||||
"go-micro.dev/v4/util/buf"
|
||||
)
|
||||
|
||||
type rpcRequest struct {
|
||||
|
Reference in New Issue
Block a user