Documentation ¶ Overview ¶ FMount implementation details. Index ¶ func Extract(img string) (p string, err error) func KeyIds(img string, xargs []string) (ids []string, err error) func Mount(img, mnt, key string, so bool, xargs []string) (parts []string, err error) func Unmount(img string) (err error) func Verify(img, algo, sum string) (ok bool, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Extract ¶ func Extract(img string) (p string, err error) func KeyIds ¶ func KeyIds(img string, xargs []string) (ids []string, err error) func Mount ¶ func Mount(img, mnt, key string, so bool, xargs []string) (parts []string, err error) func Unmount ¶ func Unmount(img string) (err error) func Verify ¶ func Verify(img, algo, sum string) (ok bool, err error) Types ¶ This section is empty. Source Files ¶ View all Source files fmount.go Click to show internal directories. Click to hide internal directories.