ironbank

package
v0.0.0-...-a0115ea Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultRegistryURI = "registry1.dso.mil"

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	GetImageSHA(image string) (string, error)
}

func NewClient

func NewClient(credentialHelper credentialhelper.CredentialHelper, getImageSHAFunc GetImageSHAFunc) (Client, error)

type ClientGetter

type ClientGetter struct{}

func (*ClientGetter) GetClient

func (clientGetter *ClientGetter) GetClient(credentialHelper credentialhelper.CredentialHelper) (Client, error)

type GetImageSHAFunc

type GetImageSHAFunc func(credentialhelper.Credentials, string) (string, error)

Jump to

Keyboard shortcuts

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