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

Method ECR

aws/client.go:71–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (c *Client) ECR() *ecr.Client {
72 if c.ecrClient == nil {
73 c.ecrClient = ecr.New(c.session, c.config)
74 }
75 return c.ecrClient
76}
77
78func (c *Client) IAM() *iam.Client {
79 if c.iamClient == nil {

Callers 3

pushDockerImageMethod · 0.80
prepareECRRepoMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected