type github.com/go-git/go-billy/v5/helper/chroot.ChrootHelper
20 uses
github.com/go-git/go-billy/v5/helper/chroot (current package)
chroot.go#L13: type ChrootHelper struct {
chroot.go#L22: return &ChrootHelper{
chroot.go#L28: func (fs *ChrootHelper) underlyingPath(filename string) (string, error) {
chroot.go#L43: func (fs *ChrootHelper) Create(filename string) (billy.File, error) {
chroot.go#L57: func (fs *ChrootHelper) Open(filename string) (billy.File, error) {
chroot.go#L71: func (fs *ChrootHelper) OpenFile(filename string, flag int, mode os.FileMode) (billy.File, error) {
chroot.go#L85: func (fs *ChrootHelper) Stat(filename string) (os.FileInfo, error) {
chroot.go#L94: func (fs *ChrootHelper) Rename(from, to string) error {
chroot.go#L109: func (fs *ChrootHelper) Remove(path string) error {
chroot.go#L118: func (fs *ChrootHelper) Join(elem ...string) string {
chroot.go#L122: func (fs *ChrootHelper) TempFile(dir, prefix string) (billy.File, error) {
chroot.go#L136: func (fs *ChrootHelper) ReadDir(path string) ([]os.FileInfo, error) {
chroot.go#L145: func (fs *ChrootHelper) MkdirAll(filename string, perm os.FileMode) error {
chroot.go#L154: func (fs *ChrootHelper) Lstat(filename string) (os.FileInfo, error) {
chroot.go#L163: func (fs *ChrootHelper) Symlink(target, link string) error {
chroot.go#L180: func (fs *ChrootHelper) Readlink(link string) (string, error) {
chroot.go#L203: func (fs *ChrootHelper) Chroot(path string) (billy.Filesystem, error) {
chroot.go#L212: func (fs *ChrootHelper) Root() string {
chroot.go#L216: func (fs *ChrootHelper) Underlying() billy.Basic {
chroot.go#L221: func (fs *ChrootHelper) Capabilities() billy.Capability {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |