Documentation
¶
Index ¶
- type BaseDir
- func (d *BaseDir) Abs() string
- func (d *BaseDir) CreateDir(raw string) *Dir
- func (d *BaseDir) FilterDirs(paths []string) ([]*Dir, error)
- func (d *BaseDir) GoString() string
- func (d *BaseDir) ListSubDirs(ext string, exclude string) ([]*Dir, error)
- func (d *BaseDir) MarshalJSON() ([]byte, error)
- func (d *BaseDir) Rel() string
- func (d *BaseDir) RelByWork() string
- func (d *BaseDir) String() string
- func (d *BaseDir) Work() string
- type Dir
- type Dirs
- type Graph
- type Path
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseDir ¶
type BaseDir struct {
// contains filtered or unexported fields
}
func NewBaseDir ¶
func (*BaseDir) FilterDirs ¶ added in v0.0.6
func (*BaseDir) ListSubDirs ¶ added in v0.0.6
func (*BaseDir) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.