# Functions
No description provided by the author
Login will login 'hostname' by 'username' and 'password'.
Logout will logout from registry.
NewOciClient will new an OciClient.
NewOciClientWithOpts will new an OciClient with options.
No description provided by the author
Pull will pull the oci artifacts from oci registry to local path.
Push will push the oci artifacts to oci registry from local path.
RepoIsNotExist will check if the error is caused by the repo not found.
WithCredential sets the credential of the OciClient.
WithInsecureSkipTLSverify is an option to set the skip TLS verification flag.
WithPlainHttp sets the plain http of the OciClient.
WithRepoPath sets the repo path of the OciClient.
WithSettings sets the kpm settings of the OciClient.
# Constants
The default limit of the store size is 64 MiB.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
OciClient is mainly responsible for interacting with OCI registry.
No description provided by the author
# Type aliases
OciClientOption configures how we set up the OciClient.