Documentation ¶
Index ¶
- type Fs
- func (f *Fs) Mkdir(ctx context.Context, name string, perm os.FileMode) error
- func (f *Fs) OpenFile(ctx context.Context, name string, flag int, perm os.FileMode) (webdav.File, error)
- func (f *Fs) RemoveAll(ctx context.Context, name string) error
- func (f *Fs) Rename(ctx context.Context, oldName, newName string) error
- func (f *Fs) Stat(ctx context.Context, name string) (os.FileInfo, error)
- type MatchDir
- type MatchFile
- type MatchGroup
- type Matcher
- type Perm
- type Scope
- type ScopeGroup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchGroup ¶
type MatchGroup []Matcher
func NewMatchGroup ¶
func NewMatchGroup(patterns []string) (MatchGroup, error)
func (MatchGroup) Match ¶
func (m MatchGroup) Match(path string) bool
type Matcher ¶
func NewMatcher ¶
type ScopeGroup ¶
type ScopeGroup []*Scope
Click to show internal directories.
Click to hide internal directories.