Documentation ¶ Index ¶ Constants type Config func LoadConfig() *Config Constants ¶ View Source const ( AWSSubnetID = "AWS_SUBNET_ID" AWSJobImageID = "AWS_JOB_IMAGE_ID" AWSSecurityGroupID = "AWS_SECURITY_GROUP_ID" AWSInstanceType = "AWS_INSTANCE_TYPE" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { AmiID string // image id of a scanner job SubnetID string // the scanner's subnet ID SecurityGroupID string // the scanner's security group InstanceType string // the scanner's instance type } func LoadConfig ¶ func LoadConfig() *Config Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.