Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrScopeWithoutExcludes = func(index int) error { return errors.New(fmt.Sprintf("scope does not have excludes: index %d", index)) }
View Source
var ErrScopeWithoutIncludes = func(index int) error { return errors.New(fmt.Sprintf("scope does not have includes: index %d", index)) }
View Source
var ErrScopeWithoutName = func(index int) error { return errors.New(fmt.Sprintf("scope does not have a name: index %d", index)) }
View Source
var ErrScopeWithoutPath = func(index int) error { return errors.New(fmt.Sprintf("scope does not have a path: index %d", index)) }
View Source
var ErrSpecWithoutPhpSettings = errors.New("specification without Php settings")
View Source
var ErrSpecWithoutScopes = errors.New("specification without scopes")
View Source
var ErrUnsupportedPhpVersion = errors.New("unsupported Php version")
Functions ¶
This section is empty.
Types ¶
type Specification ¶
func New ¶
func New(specificationFile string) (*Specification, error)
Click to show internal directories.
Click to hide internal directories.