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