account

package
v0.0.0-...-0fd85f3 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildService

type BuildService interface {
	Login(ctx context.Context, registryUrl, username, password string) error
}

type Convention

type Convention struct {
	Config  config.Config
	Service Services
}

func (Convention) LoginToEcr

func (c Convention) LoginToEcr(ctx context.Context) error

type RegistryService

type RegistryService interface {
	Token(ctx context.Context, registryId string) (string, error)
}

type Services

type Services struct {
	Registry RegistryService
	Build    BuildService
}

Jump to

Keyboard shortcuts

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