ecr_token

package
v0.0.0-...-000e69e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL