Documentation ¶ Index ¶ Variables func NewFs(gh *github.Client) afero.Fs type Client 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 ¶ View Source var NewClient = github.NewClient Functions ¶ func NewFs ¶ func NewFs(gh *github.Client) afero.Fs Types ¶ type Client ¶ added in v0.0.30 type Client = github.Client type Fs ¶ type Fs struct { internal.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 ghpath internal repository content release release/asset user Click to show internal directories. Click to hide internal directories.