Documentation ¶
Overview ¶
Package monitoring contains a small DSL to help write more robust Avro schemas by taking advantage of go's type system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Null = primitive{"null"} Boolean = primitive{"boolean"} Int = primitive{"int"} Long = primitive{"long"} Double = primitive{"double"} Bytes = primitive{"bytes"} String = primitive{"string"} )
View Source
var NullValue nullValueType
NullValue is useful for setting Defaults in case of optional fields.
Functions ¶
func ParseSchema ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.