Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger *zap.Logger
Functions ¶
This section is empty.
Types ¶
type DriverType ¶
type DriverType string
const ( POSTMAN DriverType = "postman" YAPI DriverType = "yapi" SWAGGER DriverType = "swagger" SWAGGER2 DriverType = "swagger2" SWAGGER3 DriverType = "swagger3" LZOS DriverType = "lzos" )
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(driverType DriverType, data []byte, filePath string) *Handler
type IDriver ¶
type IDriver interface { Doc(data []byte) // contains filtered or unexported methods }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.