Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrPkg a common package error. ErrPkg = errors.New("parser") // ErrPkgLoad error. ErrPkgLoad = fmt.Errorf("%w: unable to load packages", ErrPkg) // ErrRootPathNormalise error. ErrRootPathNormalise = fmt.Errorf("%w: unable to normalise the root path", ErrPkgLoad) // ErrGetRelPath error. ErrGetRelPath = fmt.Errorf("%w: unable to get relative path", ErrPkg) )
Functions ¶
This section is empty.
Types ¶
type DefaultParser ¶
type DefaultParser struct {
// contains filtered or unexported fields
}
DefaultParser default parser service.
type Option ¶
type Option func(p *DefaultParser)
Option function.
func WithDocParser ¶
WithDocParser configuration option.
Click to show internal directories.
Click to hide internal directories.