Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EcrClient ¶
type EcrClient interface {
GetAuthorizationToken(input *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error)
}
type EcrFetcher ¶
type EcrFetcher struct { EcrClient EcrClient Token string ExpiresAt time.Time Endpoint string // contains filtered or unexported fields }
func New ¶
func New(ecrClient EcrClient) *EcrFetcher
func (*EcrFetcher) Close ¶
func (e *EcrFetcher) Close()
func (*EcrFetcher) Run ¶
func (e *EcrFetcher) Run()
Click to show internal directories.
Click to hide internal directories.