Documentation
¶
Overview ¶
Package config provides utilities for dealing with configuration files for recond.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
sync.Mutex
UID string // Unique Identifier to register with marksman
HostName string
PolicyConfig policy.Config
}
Config represents the configuration for the recond running on a particular machine.
Click to show internal directories.
Click to hide internal directories.