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