Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleCollectionExtensions ¶
type RuleCollectionExtensions struct {
// contains filtered or unexported fields
}
func NewRuleCollectionExtensions ¶
func NewRuleCollectionExtensions() RuleCollectionExtensions
func (RuleCollectionExtensions) Name ¶
func (std RuleCollectionExtensions) Name() string
func (RuleCollectionExtensions) Rule ¶
func (std RuleCollectionExtensions) Rule(name string) (openapi3lint.Rule, error)
func (RuleCollectionExtensions) RuleExists ¶
func (std RuleCollectionExtensions) RuleExists(ruleName string) bool
func (RuleCollectionExtensions) RuleNames ¶
func (std RuleCollectionExtensions) RuleNames() []string
Click to show internal directories.
Click to hide internal directories.