package regstate
import "github.com/Microsoft/hcsshim/internal/regstate"
Index ¶
- func IsNotFoundError(err error) bool
- func RemoveAll(root string, perUser bool) error
- type Key
- func Open(root string, perUser bool) (*Key, error)
- func (k *Key) Clear(id, key string) error
- func (k *Key) Close() error
- func (k *Key) Create(id, key string, state interface{}) error
- func (k *Key) Enumerate() ([]string, error)
- func (k *Key) Get(id, key string, state interface{}) error
- func (k *Key) Remove(id string) error
- func (k *Key) Set(id, key string, state interface{}) error
- type NoStateError
- type NotFoundError
Functions ¶
func IsNotFoundError ¶
func RemoveAll ¶
Types ¶
type Key ¶
func Open ¶
func (*Key) Clear ¶
func (*Key) Close ¶
func (*Key) Create ¶
func (*Key) Enumerate ¶
func (*Key) Get ¶
func (*Key) Remove ¶
func (*Key) Set ¶
type NoStateError ¶
func (*NoStateError) Error ¶
func (err *NoStateError) Error() string
type NotFoundError ¶
type NotFoundError struct { Id string }
func (*NotFoundError) Error ¶
func (err *NotFoundError) Error() string
Source Files ¶
- Version
- v0.7.12-1
- Published
- Nov 6, 2018
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 2 hours ago –
Tools for package owners.