Versions in this module Expand all Collapse all v3 v3.6.0 Feb 25, 2026 Changes in this version + type FieldSchema struct + Dimensions int + ElementType string + IsJSON bool + IsJSONB bool + Name string + Repeated bool + Schema []FieldSchema + Type string + type Schema struct + func NewSchema(fields []FieldSchema) Schema + func (s Schema) Fields() []FieldSchema + func (s Schema) FindField(name string) (*FieldSchema, bool) + func (s Schema) Len() int