Versions in this module Expand all Collapse all v0 v0.5.1 Jan 15, 2023 Changes in this version + func ParseBuildRange(str string) (br vsn.BuildRange, err error) + type ColumnDefinition struct + ForeignKey string + ForeignRecord string + HintArray bool + HintBits int + Name string + Type ColumnType + Verified bool + type ColumnType uint8 + const Bool + const Float + const Int + const LocString + const String + const Uint + type Definition struct + Columns []ColumnDefinition + Layouts []Layout + Name string + func DecodeDefinition(name string, rd io.Reader) (*Definition, error) + func (d *Definition) Column(name string) *ColumnDefinition + type Layout struct + BuildRanges []vsn.BuildRange + Columns []LayoutColumn + Hashes []string + VerifiedBuilds []vsn.Build + func (l *Layout) Column(name string) *LayoutColumn + func (l *Layout) IDColumn() *LayoutColumn + type LayoutColumn struct + ArraySize int + Bits int + Name string + Options []string + Signed bool + func (lc LayoutColumn) HasOption(name string) bool