Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwaggerFormat ¶
type SwaggerFormat struct {
// contains filtered or unexported fields
}
SwaggerFormat is a Swagger Schema File parser
func (*SwaggerFormat) Name ¶
func (j *SwaggerFormat) Name() string
Name returns the name of the format
func (*SwaggerFormat) Parse ¶
func (j *SwaggerFormat) Parse(input string, resultsCb formats.ParseReqRespCallback) error
Parse parses the input and calls the provided callback function for each RawRequest it discovers.
func (*SwaggerFormat) SetOptions ¶
func (j *SwaggerFormat) SetOptions(options formats.InputFormatOptions)
Click to show internal directories.
Click to hide internal directories.