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