# Functions
No description provided by the author
# Structs
No description provided by the author
# Interfaces
Converter converts file data to API specification document using specific file type
go:generate mockgen -source=converter.go -destination=./mocks/converter.go -package=parse.
Parser is common interface with functionality to parse content of the specific API specification document and to construct ApiSpecDoc object from it
go:generate mockgen -source=parser.go -destination=./mocks/parser.go -package=parse.