Documentation ¶
Index ¶
- func NewFs(gh *github.Client, owner, repository, release string) afero.Fs
- func Readdir(ctx context.Context, gh *github.Client, path ghpath.RepositoryPath, id int64, ...) ([]fs.FileInfo, error)
- func Readdirnames(ctx context.Context, gh *github.Client, path ghpath.RepositoryPath, id int64, ...) ([]string, error)
- type File
- func (f *File) Close() error
- func (f *File) Name() string
- func (f *File) Read(p []byte) (n int, err error)
- func (f *File) ReadAt(p []byte, off int64) (n int, err error)
- func (f *File) Readdir(count int) (infos []fs.FileInfo, err error)
- func (f *File) Readdirnames(n int) ([]string, error)
- func (f *File) Seek(offset int64, whence int) (int64, error)
- func (f *File) Stat() (fs.FileInfo, error)
- type FileInfo
- type Fs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct { internal.ReadOnlyFile ghpath.ReleasePath // contains filtered or unexported fields }
func (*File) Readdirnames ¶
Readdirnames implements afero.File.
type Fs ¶
type Fs struct { internal.ReadOnlyFs ghpath.ReleasePath // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.