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 ¶
type RuleOperationOperationIdStyle struct {
// contains filtered or unexported fields
}
func NewRule ¶ added in v1.7.0
func NewRule(requiredStringCase string) (RuleOperationOperationIdStyle, error)
func (RuleOperationOperationIdStyle) Name ¶
func (rule RuleOperationOperationIdStyle) Name() string
func (RuleOperationOperationIdStyle) ProcessOperation ¶
func (rule RuleOperationOperationIdStyle) ProcessOperation(spec *openapi3.Spec, op *oas3.Operation, opPointer, path, method string) []lintutil.PolicyViolation
func (RuleOperationOperationIdStyle) ProcessSpec ¶
func (rule RuleOperationOperationIdStyle) ProcessSpec(spec *openapi3.Spec, pointerBase string) []lintutil.PolicyViolation
func (RuleOperationOperationIdStyle) Scope ¶
func (rule RuleOperationOperationIdStyle) Scope() string
Click to show internal directories.
Click to hide internal directories.