Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Squasher ¶
type Squasher struct {
// contains filtered or unexported fields
}
func NewSquasher ¶
func NewSquasher(config *SquasherConfig) *Squasher
type SquasherConfig ¶
type SquasherConfig struct {
Modules []string `json:"modules"`
}
func NewSquasherConfig ¶
func NewSquasherConfig(modules ...string) *SquasherConfig
Click to show internal directories.
Click to hide internal directories.