Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct { // field contains the path to the field that was changed. Nested fields can // be represented with dots (e.g. nested.field) Field string ChangeType ChangeType // message is the log message that will be printed if a file is detected // that uses this field with an unsupported version. Message string }
Change is a single change that was introduced in a specific version.
type ChangeType ¶
type ChangeType int
ChangeType defines the type of the change introduced in a specific version.
const ( FieldDeprecated ChangeType = iota FieldIntroduced )
Click to show internal directories.
Click to hide internal directories.