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