Documentation ¶ Index ¶ type Config func New(opts config.Options) (*Config, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // Config is the underlying libnuke configuration. config.Config `yaml:",inline"` } Config is an extended configuration implementation that adds some additional features on top of the libnuke config. func New ¶ func New(opts config.Options) (*Config, error) New creates a new extended configuration from a file. This is necessary because we are extended the default libnuke configuration to contain additional attributes that are specific to the AWS Nuke tool. Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.