Registry / serialization / avro-v0

avro-v0

JSON →
library0.0.0-20171217001914-a730b5802183gogounverified

Encodes and decodes Avro schemas to Go structs or maps using struct tags.

go get gopkg.in/avro.v0
INSTALL
IMPORT
SIG · AVRO-V0
A
avro-v0
serializationgov0.0.0-20171217001914-a730b5802183
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

avro
gopkg.in/avro.v0

Parse an Avro schema and create a specific datum reader.

package main import ( "gopkg.in/avro.v0" ) func main() { schema := avro.MustParseSchema(`{"type":"record","name":"test","fields":[{"name":"a","type":"long"}]}`) reader := avro.NewSpecificDatumReader() reader.SetSchema(schema) _ = reader }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20171217001914-a730b5802183latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
avro-v0 — go get avro-v0 · libregistry