Documentation
¶
Index ¶
- type Path
- func (p *Path) FileInPath() string
- func (p *Path) FileOutPath() string
- func (p *Path) LeftExtendDirInPath(dirExtend string) string
- func (p *Path) LeftExtendDirOutPath(dirExtend string) string
- func (p *Path) ReadFileInPath() []byte
- func (p *Path) RightExtendDirInPath(dirExtend string) string
- func (p *Path) RightExtendDirOutPath(dirExtend string) string
- func (p *Path) WriteFileInPath(data []byte) error
- type Paths
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Path ¶
type Path struct { PackageName string DirIn string DirOut string FnIn string FnOut string Env string FilterFiles strings_filter.FilterOpts }
func (*Path) FileInPath ¶
func (*Path) FileOutPath ¶
func (*Path) LeftExtendDirInPath ¶
func (*Path) LeftExtendDirOutPath ¶
func (*Path) ReadFileInPath ¶
func (*Path) RightExtendDirInPath ¶
func (*Path) RightExtendDirOutPath ¶
func (*Path) WriteFileInPath ¶
Click to show internal directories.
Click to hide internal directories.