aws

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorizationData

type AuthorizationData struct {
	User  string
	Token string
	Url   string
}

type Client

type Client struct {
	Account string
	Region  string
	// contains filtered or unexported fields
}

func NewClient

func NewClient(awsAccount, awsRegion string) (Client, error)

func (Client) ECRImageExists

func (c Client) ECRImageExists(repository, imageTag string) (bool, error)

func (Client) GetAuthorizationData

func (c Client) GetAuthorizationData() (AuthorizationData, error)

func (Client) GetAuthorizationDataForRegion

func (c Client) GetAuthorizationDataForRegion(region string) (AuthorizationData, error)

Jump to

Keyboard shortcuts

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