var (
ErrPkgNotFound = errors.New("pkg not found")
ErrPkgMod = errors.New("pkg has no module information")
ErrNoGoFilesFound = errors.New("pkg has no Go files")
)
SDK struct is used in parsing services
by default parser will generate only the service side
if any of sdk is true, an SDK for that programming lang will be generated