Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
Error is a collection of fields that represent positions in files where the user has made some kind of error.
type FeaturesValidator ¶ added in v1.23.2
type FeaturesValidator struct {
// contains filtered or unexported fields
}
func NewFeaturesValidator ¶ added in v1.23.2
func NewFeaturesValidator(opts ...FeaturesValidatorOption) (*FeaturesValidator, error)
type FeaturesValidatorOption ¶ added in v1.36.0
type FeaturesValidatorOption func(*FeaturesValidator) error
func WithSchemaExtension ¶ added in v1.36.0
func WithSchemaExtension(v []byte) FeaturesValidatorOption
Click to show internal directories.
Click to hide internal directories.