type github.com/go-git/go-billy/v5.Capability
10 uses
github.com/go-git/go-billy/v5 (current package)
fs.go#L20: type Capability uint64
fs.go#L24: WriteCapability Capability = 1 << iota
fs.go#L39: DefaultCapabilities Capability = WriteCapability | ReadCapability |
fs.go#L44: AllCapabilities Capability = WriteCapability | ReadCapability |
fs.go#L183: Capabilities() Capability
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#L221: func (fs *ChrootHelper) Capabilities() billy.Capability {
github.com/go-git/go-billy/v5/helper/polyfill
polyfill.go#L103: func (h *Polyfill) Capabilities() billy.Capability {
github.com/go-git/go-billy/v5/osfs
os.go#L131: func (fs *OS) 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. |