Documentation
¶
Overview ¶
Package chain provides a list of probers for different filesystems and volume managers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
Chain is a list of probers.
func Default ¶
func Default() Chain
Default returns a list of probers for the filesystems and volume managers.
func (Chain) MagicMatches ¶
func (chain Chain) MagicMatches(buf []byte) []probe.MagicMatch
MagicMatches returns the prober that matches the magic value in the buffer.
func (Chain) MaxMagicSize ¶
MaxMagicSize returns the maximum size of the magic value in the chain.
Click to show internal directories.
Click to hide internal directories.