[][src]Module oci_distribution::client

OCI distribution client

Note: This client is very feature poor. We hope to expand this to be a complete OCI distribution client in the future.

Structs

Client

The OCI client connects to an OCI registry and fetches OCI images.

ClientConfig

A client configuration

ImageData

The data for an image or module.

Enums

ClientProtocol

The protocol that the client should use to connect

Traits

ClientConfigSource

A source that can provide a ClientConfig. If you are using this crate in your own application, you can implement this trait on your configuration type so that it can be passed to Client::from_source.