type github.com/go-git/go-billy/v5/helper/polyfill.Polyfill
12 uses
github.com/go-git/go-billy/v5/helper/polyfill (current package)
polyfill.go#L11: type Polyfill struct {
polyfill.go#L25: h := &Polyfill{Basic: fs}
polyfill.go#L34: func (h *Polyfill) TempFile(dir, prefix string) (billy.File, error) {
polyfill.go#L42: func (h *Polyfill) ReadDir(path string) ([]os.FileInfo, error) {
polyfill.go#L50: func (h *Polyfill) MkdirAll(filename string, perm os.FileMode) error {
polyfill.go#L58: func (h *Polyfill) Symlink(target, link string) error {
polyfill.go#L66: func (h *Polyfill) Readlink(link string) (string, error) {
polyfill.go#L74: func (h *Polyfill) Lstat(path string) (os.FileInfo, error) {
polyfill.go#L82: func (h *Polyfill) Chroot(path string) (billy.Filesystem, error) {
polyfill.go#L90: func (h *Polyfill) Root() string {
polyfill.go#L98: func (h *Polyfill) Underlying() billy.Basic {
polyfill.go#L103: func (h *Polyfill) 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. |