Documentation ¶
Index ¶
- type Exists
- func (e *Exists) All() (exists *Exists)
- func (e *Exists) Any() (exists *Exists)
- func (e *Exists) Build() (exists *core.Exists)
- func (f Exists) Dir(dir string, dirs ...string) *T
- func (f Exists) Directory(directory string, directories ...string) (t *T)
- func (f Exists) Extension(extension string, extensions ...string) (t *T)
- func (f Exists) Filename(filename string, filenames ...string) (t *T)
- func (f Exists) Filepath(required string, paths ...string) (t *T)
- func (f Exists) Limit() *limit[file[T]]
- type List
- func (l *List) Build() (list *core.List)
- func (f List) Dir(dir string, dirs ...string) *T
- func (f List) Directory(directory string, directories ...string) (t *T)
- func (f List) Extension(extension string, extensions ...string) (t *T)
- func (f List) Filename(filename string, filenames ...string) (t *T)
- func (f List) Filepath(required string, paths ...string) (t *T)
- func (f List) Limit() *limit[file[T]]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exists ¶
type Exists struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.