MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / ECS

Method ECS

aws/client.go:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (c *Client) ECS() *ecs.Client {
58 if c.ecsClient == nil {
59 c.ecsClient = ecs.New(c.session, c.config)
60 }
61 return c.ecsClient
62}
63
64func (c *Client) ELB() *elb.Client {
65 if c.elbClient == nil {

Callers 11

RunMethod · 0.80
createECSServiceMethod · 0.80
updateECSServiceMethod · 0.80
isClusterAvailableMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected