Documentation ¶
Index ¶
- type RuleDatatypeIntFormatStandardExist
- func (rule RuleDatatypeIntFormatStandardExist) Name() string
- func (rule RuleDatatypeIntFormatStandardExist) ProcessOperation(spec *oas3.Swagger, op *oas3.Operation, opPointer, path, method string) []lintutil.PolicyViolation
- func (rule RuleDatatypeIntFormatStandardExist) ProcessSpec(spec *oas3.Swagger, pointerBase string) []lintutil.PolicyViolation
- func (rule RuleDatatypeIntFormatStandardExist) Scope() string
- func (rule RuleDatatypeIntFormatStandardExist) Severity() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleDatatypeIntFormatStandardExist ¶ added in v1.7.0
type RuleDatatypeIntFormatStandardExist struct {
// contains filtered or unexported fields
}
func NewRule ¶ added in v1.7.0
func NewRule(sev string) RuleDatatypeIntFormatStandardExist
func (RuleDatatypeIntFormatStandardExist) Name ¶ added in v1.7.0
func (rule RuleDatatypeIntFormatStandardExist) Name() string
func (RuleDatatypeIntFormatStandardExist) ProcessOperation ¶ added in v1.7.0
func (rule RuleDatatypeIntFormatStandardExist) ProcessOperation(spec *oas3.Swagger, op *oas3.Operation, opPointer, path, method string) []lintutil.PolicyViolation
func (RuleDatatypeIntFormatStandardExist) ProcessSpec ¶ added in v1.7.0
func (rule RuleDatatypeIntFormatStandardExist) ProcessSpec(spec *oas3.Swagger, pointerBase string) []lintutil.PolicyViolation
func (RuleDatatypeIntFormatStandardExist) Scope ¶ added in v1.7.0
func (rule RuleDatatypeIntFormatStandardExist) Scope() string
func (RuleDatatypeIntFormatStandardExist) Severity ¶ added in v1.7.0
func (rule RuleDatatypeIntFormatStandardExist) Severity() string
Click to show internal directories.
Click to hide internal directories.