Documentation ¶
Overview ¶
Package specscanner provides a generic way to scan a swagger spec. It provides a Handler interface that can be implemented to receive callbacks
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
Handler is the interface that should be implemented to receive callbacks when scanning a swagger spec.
type OperationHandler ¶
OperationHandler is an optional interface that can be implemented to receive callbacks when the scanner encounters a new operation.
type ParamHandler ¶
ParamHandler is an optional interface that can be implemented to receive callbacks when the scanner encounters a new parameter.
type PathHandler ¶
PathHandler is an optional interface that can be implemented to receive callbacks when the scanner encounters a new path.
Click to show internal directories.
Click to hide internal directories.