Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Criteria ¶
type Criteria struct {
OperationIDs []string // Match by operation ID
Tags []string // Match by tag
Paths []string // Match by path (supports parameter normalization)
}
Criteria defines the selection criteria for slicing an OpenAPI spec. Operations matching ANY of the specified criteria will be included (OR logic).
Click to show internal directories.
Click to hide internal directories.