Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Serializers = map[SerializeType]Serializer{ Proto: ProtoSerializer{}, }
Serializers which supported by tinyrpc
Functions ¶
This section is empty.
Types ¶
type ProtoSerializer ¶
type ProtoSerializer struct { }
ProtoSerializer implements the Serializer interface
type SerializeType ¶
type SerializeType int32
SerializeType serialized type supported by tinyrpc
const (
Proto SerializeType = iota
)
Click to show internal directories.
Click to hide internal directories.