Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Name = "thrift"
Functions ¶
This section is empty.
Types ¶
type ThriftCodec ¶
type ThriftCodec struct{}
func (ThriftCodec) Decode ¶
func (c ThriftCodec) Decode(data []byte, i interface{}) error
func (ThriftCodec) Encode ¶
func (c ThriftCodec) Encode(i interface{}) ([]byte, error)
func (ThriftCodec) Name ¶
func (c ThriftCodec) Name() string
Click to show internal directories.
Click to hide internal directories.