Documentation ¶
Index ¶
- Variables
- type FSPath
- type FileInfo
- type Params
- type Path
- type VirtualPath
- func (path *VirtualPath) ExcludePath(excPath Path) Path
- func (path *VirtualPath) Exists() bool
- func (path VirtualPath) Info() *FileInfo
- func (path VirtualPath) IsDir() bool
- func (path VirtualPath) IsVirtual() bool
- func (path *VirtualPath) Name() string
- func (path *VirtualPath) ParentPath() Path
- func (path *VirtualPath) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var Separator = string(os.PathSeparator)
Functions ¶
This section is empty.
Types ¶
type FSPath ¶
type FSPath struct {
// contains filtered or unexported fields
}
func (*FSPath) ExcludePath ¶
func (*FSPath) ParentPath ¶
type VirtualPath ¶
type VirtualPath struct {
// contains filtered or unexported fields
}
func NewVirtualPath ¶
func NewVirtualPath(p string, isDir bool) *VirtualPath
func (*VirtualPath) ExcludePath ¶
func (path *VirtualPath) ExcludePath(excPath Path) Path
func (*VirtualPath) Exists ¶
func (path *VirtualPath) Exists() bool
func (VirtualPath) Info ¶
func (path VirtualPath) Info() *FileInfo
func (VirtualPath) IsDir ¶
func (path VirtualPath) IsDir() bool
func (VirtualPath) IsVirtual ¶
func (path VirtualPath) IsVirtual() bool
func (*VirtualPath) Name ¶
func (path *VirtualPath) Name() string
func (*VirtualPath) ParentPath ¶
func (path *VirtualPath) ParentPath() Path
func (*VirtualPath) String ¶
func (path *VirtualPath) String() string
Click to show internal directories.
Click to hide internal directories.