Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BinInPathChecker ¶
type BinInPathChecker struct {
// contains filtered or unexported fields
}
func (BinInPathChecker) Check ¶
func (bipc BinInPathChecker) Check() error
func (BinInPathChecker) Name ¶
func (bipc BinInPathChecker) Name() string
func (BinInPathChecker) Type ¶
func (bipc BinInPathChecker) Type() string
type ExistingFileChecker ¶
type ExistingFileChecker struct {
// contains filtered or unexported fields
}
func NewExistingFileChecker ¶
func NewExistingFileChecker(filePath string) ExistingFileChecker
func (ExistingFileChecker) Check ¶
func (efc ExistingFileChecker) Check() error
func (ExistingFileChecker) Name ¶
func (efc ExistingFileChecker) Name() string
func (ExistingFileChecker) Type ¶
func (efc ExistingFileChecker) Type() string
type PortOpenChecker ¶
type PortOpenChecker struct {
// contains filtered or unexported fields
}
func (PortOpenChecker) Check ¶
func (poc PortOpenChecker) Check() error
func (PortOpenChecker) Name ¶
func (poc PortOpenChecker) Name() string
func (PortOpenChecker) Type ¶
func (poc PortOpenChecker) Type() string
Click to show internal directories.
Click to hide internal directories.