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