Documentation
¶
Index ¶
Constants ¶
View Source
const IdLength = 64
Variables ¶
This section is empty.
Functions ¶
func RegisterType ¶
func RegisterType(payloadType Type, unmarshaler Unmarshaler)
func SetGenericUnmarshalerFactory ¶
func SetGenericUnmarshalerFactory(unmarshalerFactory func(payloadType Type) Unmarshaler)
Types ¶
type Payload ¶
type Payload interface {
encoding.BinaryMarshaler
encoding.BinaryUnmarshaler
GetType() Type
}
type Unmarshaler ¶
func GetUnmarshaler ¶
func GetUnmarshaler(payloadType Type) Unmarshaler
Click to show internal directories.
Click to hide internal directories.