Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SchemaVersion ¶ added in v1.2.0
type SchemaVersion int32
func NewSchemaVersion ¶ added in v1.2.0
func NewSchemaVersion(major int16, minor int16) SchemaVersion
func (SchemaVersion) CompatibleWith ¶ added in v1.2.0
func (sv SchemaVersion) CompatibleWith(targetSV SchemaVersion) error
func (SchemaVersion) Major ¶ added in v1.2.0
func (sv SchemaVersion) Major() int16
func (SchemaVersion) Minor ¶ added in v1.2.0
func (sv SchemaVersion) Minor() int16
Click to show internal directories.
Click to hide internal directories.