Versions in this module Expand all Collapse all v1 v1.1.1 Dec 27, 2024 Changes in this version + type ECSAgent struct + func NewECSAgent(t *testing.T) *ECSAgent + func (e *ECSAgent) Close() + func (e *ECSAgent) GetContainerMetaEndpoint() string + func (e *ECSAgent) GetTaskMetaEndpoint() string + func (e *ECSAgent) SetMetaURIEnv() *ECSAgent + func (e *ECSAgent) Start() *ECSAgent + func (e *ECSAgent) WithContainerMetaEndpoint(containerCPU int) *ECSAgent + func (e *ECSAgent) WithContainerMetaEndpointInternalServerError() *ECSAgent + func (e *ECSAgent) WithContainerMetaEndpointInvalidJSON() *ECSAgent + func (e *ECSAgent) WithTaskMetaEndpoint(containerCPU, taskCPU int) *ECSAgent + func (e *ECSAgent) WithTaskMetaEndpointInternalServerError() *ECSAgent + func (e *ECSAgent) WithTaskMetaEndpointInvalidJSON() *ECSAgent