package xattr

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/docker/libcontainer/xattr"

Index

Variables

var ErrNotSupportedPlatform = fmt.Errorf("platform and architecture is not supported %s %s", runtime.GOOS, runtime.GOARCH)

Functions

func Getxattr

func Getxattr(path, attr string) (string, error)

func Listxattr

func Listxattr(path string) ([]string, error)

func Setxattr

func Setxattr(path, xattr, value string) error

Source Files

errors.go xattr_unsupported.go

Version
v0.14.2
Published
Apr 8, 2015
Platform
js/wasm
Imports
2 packages
Last checked
11 seconds ago

Tools for package owners.