Documentation ¶ Index ¶ func NewFs(gh *github.Client) afero.Fs type Fs func (g *Fs) Name() string func (f *Fs) Open(name string) (afero.File, error) func (f *Fs) OpenFile(name string, _ int, _ fs.FileMode) (afero.File, error) func (f *Fs) Stat(name string) (fs.FileInfo, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewFs ¶ func NewFs(gh *github.Client) afero.Fs Types ¶ type Fs ¶ type Fs struct { afero.ReadOnlyFs // contains filtered or unexported fields } func (*Fs) Name ¶ func (g *Fs) Name() string Name implements afero.Fs. func (*Fs) Open ¶ func (f *Fs) Open(name string) (afero.File, error) Open implements afero.Fs. func (*Fs) OpenFile ¶ func (f *Fs) OpenFile(name string, _ int, _ fs.FileMode) (afero.File, error) OpenFile implements afero.Fs. func (*Fs) Stat ¶ func (f *Fs) Stat(name string) (fs.FileInfo, error) Stat implements afero.Fs. Source Files ¶ View all Source files fs.go Directories ¶ Show internal Expand all Path Synopsis internal repository content release release/asset user Click to show internal directories. Click to hide internal directories.