Skip to content

Commit

Permalink
Merge 11c1e84 into 5b8aa16
Browse files Browse the repository at this point in the history
  • Loading branch information
komalsukhani committed May 3, 2019
2 parents 5b8aa16 + 11c1e84 commit 5ba063a
Show file tree
Hide file tree
Showing 5 changed files with 1,614 additions and 28 deletions.
2 changes: 2 additions & 0 deletions apidef/importer/importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ func GetImporterForSource(source APIImporterSource) (APIImporter, error) {
return &BluePrintAST{}, nil
case SwaggerSource:
return &SwaggerAST{}, nil
case WSDLSource:
return &WSDLDef{}, nil
default:
return nil, errors.New("source not matched, failing")
}
Expand Down

0 comments on commit 5ba063a

Please sign in to comment.