Documentation
¶
Overview ¶
Package grpc provides a grpc codec
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MaxMessageSize = 1024 * 1024 * 4 // 4Mb
)
Functions ¶
func NewCodec ¶
func NewCodec(c io.ReadWriteCloser) codec.Codec
Types ¶
type Codec ¶
type Codec struct { Conn io.ReadWriteCloser ContentType string }
Click to show internal directories.
Click to hide internal directories.