package xattr
import "github.com/opencontainers/runc/libcontainer/xattr"
Index ¶
- Variables
- func Getxattr(path, attr string) (string, error)
- func Listxattr(path string) ([]string, error)
- func Setxattr(path, xattr, value string) error
Variables ¶
var ErrNotSupportedPlatform = fmt.Errorf("platform and architecture is not supported %s %s", runtime.GOOS, runtime.GOARCH)
Functions ¶
func Getxattr ¶
func Listxattr ¶
func Setxattr ¶
Source Files ¶
errors.go xattr_unsupported.go
- Version
- v0.0.5
- Published
- Nov 20, 2015
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 50 minutes ago –
Tools for package owners.