Documentation ¶
Index ¶
- type FS
- type File
- func (f *File) Close(_ context.Context) error
- func (f *File) Read(ctx context.Context, buf []byte) (int, error)
- func (f *File) ReadDir(ctx context.Context, n int) ([]os.FileInfo, error)
- func (f *File) Stat(ctx context.Context) (os.FileInfo, error)
- func (f *File) Write(ctx context.Context, b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
FS implements vfs.FS using Gitiles for a particular revision.
func (*FS) BaseCommit ¶
BaseCommit returns the commit referenced by this FS.
Click to show internal directories.
Click to hide internal directories.