avro

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field

type Field struct {
	Name    string      `json:"name"`
	Type    interface{} `json:"type"`
	Default interface{} `json:"default,omitempty"`
}

Field ...

type RecordSchema

type RecordSchema struct {
	Type      string `json:"type"`
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
	//shouldn't set directly to this field, only read and for json export
	Fields      []Field `json:"fields"`
	ConnectName string  `json:"connect.name"`
}

RecordSchema ...

func NewArvoSchema

func NewArvoSchema(table element.Table) *RecordSchema

NewArvoSchema ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL