mcr

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2021 License: MIT Imports: 7 Imported by: 1

README

Microsoft Container Registry

A simple go library to inspect Microsoft Container Registry

Documentation

Index

Constants

View Source
const (
	RegistryName = "mcr.microsoft.com"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Repositories(ctx context.Context) ([]string, error)
	Tags(ctx context.Context, repo string) ([]string, error)
	Manifest(ctx context.Context, repo, ref string) (string, []byte, error)
}

func NewClient

func NewClient(base *http.Client) Client

Jump to

Keyboard shortcuts

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