Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Report ¶ added in v0.9.1
type Report struct {
// Root is the filesystem path where the all reported content is based.
Root string
// Entries holds all reported content, indexed by their path.
Entries map[string]ReportEntry
}
Report holds the information about files and directories created when slicing packages.
func NewReport ¶ added in v0.9.1
NewReport returns an empty report for content that will be based at the provided root path.
func Run ¶
func Run(options *RunOptions) (*Report, error)
type ReportEntry ¶ added in v0.9.1
Click to show internal directories.
Click to hide internal directories.