Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchFactory ¶
type BatchFactory struct {
// contains filtered or unexported fields
}
func NewBatchFactory ¶
func NewBatchFactory() *BatchFactory
func (*BatchFactory) Make ¶
func (bf *BatchFactory) Make(files []string) []IBatch
func (*BatchFactory) SetNpmPreferred ¶ added in v1.7.6
func (bf *BatchFactory) SetNpmPreferred(npmPreferred bool)
type IBatchFactory ¶
Click to show internal directories.
Click to hide internal directories.