package xattr
import "github.com/docker/libnetwork/Godeps/_workspace/src/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
- func XattrEnabled(path string) bool
Variables ¶
var ErrNotSupportedPlatform = fmt.Errorf("platform and architecture is not supported %s %s", runtime.GOOS, runtime.GOARCH)
Functions ¶
func Getxattr ¶
func Listxattr ¶
func Setxattr ¶
func XattrEnabled ¶
Source Files ¶
- Version
- v0.5.1
- Published
- Dec 7, 2015
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 16 hours ago –
Tools for package owners.