Documentation ¶
Index ¶
- func IsSnapDir(path string) bool
- type SnapDir
- func (s *SnapDir) Install(targetPath, mountDir string, opts *snap.InstallOptions) (bool, error)
- func (s *SnapDir) ListDir(path string) ([]string, error)
- func (s *SnapDir) Path() string
- func (s *SnapDir) RandomAccessFile(file string) (interface{ ... }, error)
- func (s *SnapDir) ReadFile(file string) (content []byte, err error)
- func (s *SnapDir) Size() (size int64, err error)
- func (s *SnapDir) Unpack(src, dstDir string) error
- func (s *SnapDir) Walk(relative string, walkFn filepath.WalkFunc) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.