package xattr

import "github.com/vbatts/go-mtree/xattr"

Index

Functions

func Get

func Get(path, name string) ([]byte, error)

Get would return the extended attributes, but this unsupported feature returns nil, nil

func List

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

List would return the keys of extended attributes, but this unsupported feature returns nil, nil

func Set

func Set(path, name string, value []byte) error

Set would set the extended attributes, but this unsupported feature returns nil

Source Files

xattr_unsupported.go

Version
v0.5.4 (latest)
Published
Jun 11, 2024
Platform
js/wasm
Last checked
1 day ago

Tools for package owners.