Versions in this module Expand all Collapse all v1 v1.22.0 Jan 5, 2017 v1.21.0 Dec 8, 2016 Changes in this version + type FilterFunc func(m *Mount) bool + func HasPrefix(p string) FilterFunc + type Mount struct + ID int + Major int + Minor int + MountPoint string + Opts map[string]struct{} + Parent int + Root string + func (m *Mount) NeedsRemountPrivate() bool + type Mounts []*Mount + func ParseMounts(pid uint) (Mounts, error) + func (ms Mounts) Filter(f FilterFunc) Mounts + func (ms Mounts) Len() int + func (ms Mounts) Less(i, j int) (result bool) + func (ms Mounts) Swap(i, j int)