# Functions

No description provided by the author
NewConfig returns a config struct created by merging environment variables, a config file, and EC2 Metadata info.
NewSensitiveRawMessage returns a new encapsulated json.RawMessage that cannot be accidentally logged via .String/.GoString/%v/%#v.

# Constants

AgentCredentialsPort is used to serve the credentials for tasks.
AgentIntrospectionPort is used to serve the metadata about the agent and to query the tasks being managed by the agent.
DefaultClusterName is the name of the default cluster.
DefaultDockerStopTimeout specifies the value for container stop timeout duration.
DefaultTaskCleanupWaitDuration specifies the default value for task cleanup duration.
http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=docker.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
SensitiveRawMessage is a struct to store some data that should not be logged or printed.

# Interfaces

No description provided by the author