Documentation ¶
Overview ¶
Package amf0 contains an AMF0 marshaler and unmarshaler.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Object ¶
type Object []ObjectEntry
Object is an AMF0 object.
func (Object) GetFloat64 ¶
GetFloat64 returns the value corresponding to key, only if that is a float64.
type ObjectEntry ¶
type ObjectEntry struct { Key string Value interface{} }
ObjectEntry is an entry of Object.
Click to show internal directories.
Click to hide internal directories.