package xattr
import "github.com/docker/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
- v1.4.0
- Published
- Dec 2, 2014
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 2 minutes ago –
Tools for package owners.