Documentation ¶
Index ¶
- func ContinueOnError(options *iterOptions)
- func Copy(src, dest afero.Fs) error
- func Fold[T any](fsys afero.Fs, root string, folder FoldFunc[T], initial T) (acc T, err error)
- func Iter(fsys afero.Fs, root string, options ...IterOption) iter.Seq3[string, fs.FileInfo, error]
- func NewDocker(client client.ContainerAPIClient, container string) afero.Fs
- func NewWriter(w io.Writer) afero.Fs
- func OpenFirst(fsys afero.Fs, root string, options ...IterOption) (afero.File, error)
- func OpenSingle(fsys afero.Fs, root string, options ...IterOption) (afero.File, error)
- func SkipDirs(options *iterOptions)
- func StatFirst(fsys afero.Fs, root string, options ...IterOption) (fs.FileInfo, error)
- func StatSingle(fsys afero.Fs, root string, options ...IterOption) (fs.FileInfo, error)
- type Docker
- type ErrFilter
- type FoldFunc
- type GitHub
- type GitHubRelease
- type GitHubRepository
- type GitHubRepositoryContent
- type GitHubUser
- type IterOption
- type Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContinueOnError ¶ added in v0.0.22
func ContinueOnError(options *iterOptions)
func NewDocker ¶ added in v0.0.13
func NewDocker(client client.ContainerAPIClient, container string) afero.Fs
func OpenSingle ¶ added in v0.0.17
func StatSingle ¶ added in v0.0.17
Types ¶
type GitHubRelease ¶
type GitHubRepository ¶
type GitHubRepository = repository.Fs
type GitHubRepositoryContent ¶
type GitHubUser ¶
type IterOption ¶ added in v0.0.17
type IterOption func(*iterOptions)
func FilterErrors ¶ added in v0.0.22
func FilterErrors(filter ErrFilter) IterOption
Click to show internal directories.
Click to hide internal directories.