Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunServiceEnumerate ¶ added in v0.0.33
func RunServiceEnumerate(ctx context.Context, targets []string, serviceType enumerateFern.ServiceType, timeout int) (enumerateFern.EnumerateServiceReport, error)
Types ¶
type NetworkApplicationEngine ¶
type NetworkApplicationEngine struct {
Library NetworkApplicationLibrary
}
type NetworkApplicationLibrary ¶
type NetworkApplicationLibrary interface {
EnumerateTarget(ctx context.Context, target string) (*enumerateFern.EnumerateServiceDetails, []string)
}
Click to show internal directories.
Click to hide internal directories.