Documentation ¶
Overview ¶
Package environments contains the definitions of the different environments that can be used in a test.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerHost ¶
type DockerHost struct { // Components Host *components.RemoteHost FakeIntake *components.FakeIntake Agent *components.DockerAgent // Other clients Docker *client.Docker }
DockerHost is an environment that contains a Docker VM, FakeIntake and Agent configured to talk to each other.
type Host ¶
type Host struct { // Components RemoteHost *components.RemoteHost FakeIntake *components.FakeIntake Agent *components.RemoteHostAgent }
Host is an environment that contains a Host, FakeIntake and Agent configured to talk to each other.
Directories ¶
Path | Synopsis |
---|---|
aws
|
|
docker
Package awsdocker contains the definition of the AWS Docker environment.
|
Package awsdocker contains the definition of the AWS Docker environment. |
host
Package awshost contains the definition of the AWS Host environment.
|
Package awshost contains the definition of the AWS Host environment. |
Click to show internal directories.
Click to hide internal directories.