Versions in this module Expand all Collapse all v1 v1.0.0 Feb 12, 2020 Changes in this version + type ParseError struct + Err error + Message string + func NewParseError(name string, err error) *ParseError + func (e *ParseError) Error() string + type SwaggerParser struct + func (p SwaggerParser) Parse(models []model.Data) ([]model.Definition, error)