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