Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteReader ¶
type ByteWriter ¶
type DemoSchema ¶
type DemoSchema struct { IntField int32 DoubleField float64 StringField string BoolField bool BytesField []byte }
func DeserializeDemoSchema ¶
func DeserializeDemoSchema(r io.Reader) (*DemoSchema, error)
func NewDemoSchema ¶
func NewDemoSchema() *DemoSchema
func (*DemoSchema) Schema ¶
func (r *DemoSchema) Schema() string
type StringWriter ¶
Click to show internal directories.
Click to hide internal directories.