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
- v1.0.0-rc1
- Published
- Jun 3, 2016
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- 15 minutes ago –
Tools for package owners.