type github.com/go-git/go-billy/v5.Basic
16 uses
github.com/go-git/go-billy/v5 (current package)
fs.go#L53: Basic
fs.go#L62: type Basic interface {
fs.go#L188: func Capabilities(fs Basic) Capability {
fs.go#L199: func CapabilityCheck(fs Basic, capabilities Capability) bool {
github.com/go-git/go-billy/v5/helper/chroot
chroot.go#L21: func New(fs billy.Basic, base string) billy.Filesystem {
chroot.go#L216: func (fs *ChrootHelper) Underlying() billy.Basic {
github.com/go-git/go-billy/v5/helper/polyfill
polyfill.go#L12: billy.Basic
polyfill.go#L20: func New(fs billy.Basic) billy.Filesystem {
polyfill.go#L98: func (h *Polyfill) Underlying() billy.Basic {
github.com/go-git/go-billy/v5/util
util.go#L17: func RemoveAll(fs billy.Basic, path string) error {
util.go#L31: func removeAll(fs billy.Basic, path string) error {
util.go#L99: func WriteFile(fs billy.Basic, filename string, data []byte, perm os.FileMode) error {
util.go#L147: func TempFile(fs billy.Basic, dir, prefix string) (f billy.File, err error) {
util.go#L211: Underlying() billy.Basic
util.go#L214: func getUnderlyingAndPath(fs billy.Basic, path string) (billy.Basic, string) {
 |
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. |