Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + type Dev struct + Major int64 + Minor int64 + Path string + Type string + type Device struct + ContainerEdits Edits + Name string + type Edits struct + DeviceNodes []Dev + Env []string + Hooks []Hook + Mounts []Mount + type Hook struct + Args []string + Env []string + HookName string + Path string + type Mount struct + ContainerPath string + HostPath string + Options []string + Type string + type Spec struct + ContainerEdits Edits + Devices []Device + func Parse(data []byte) (*Spec, error) + func (s *Spec) EditsFor(devices []string) (Edits, error)