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 ¶ added in v0.25.0 func KeyIds(img string, xargs []string) (ids []string, err error) func Mount ¶ added in v0.25.0 func Mount(img, mnt, key string, so bool, xargs []string) (parts []string, err error) func Unmount ¶ added in v0.25.0 func Unmount(img string) (err error) func Verify ¶ added in v0.10.0 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.