Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticatingRoundTripper ¶
type AuthenticatingRoundTripper struct {
Token string
Keychain authn.Keychain
WrappedRoundTripper http.RoundTripper
}
type ImageFetcher ¶
type ImageSigner ¶
type ImageSigner struct {
Logger *log.Logger
Client ImageFetcher
Factory RepositoryFactory
}
type RemoteRepository ¶
type RemoteRepository struct {
// contains filtered or unexported fields
}
func (*RemoteRepository) PublishTarget ¶
func (r *RemoteRepository) PublishTarget(target *client.Target) error
type RemoteRepositoryFactory ¶
type RemoteRepositoryFactory struct {
}
func (*RemoteRepositoryFactory) GetRepository ¶
func (r *RemoteRepositoryFactory) GetRepository(url string, gun data.GUN, remoteStore storage.RemoteStore, cryptoService signed.CryptoService) (Repository, error)
type Repository ¶
type RepositoryFactory ¶
type RepositoryFactory interface {
GetRepository(url string, gun data.GUN, remoteStore storage.RemoteStore, cryptoService signed.CryptoService) (Repository, error)
}
Click to show internal directories.
Click to hide internal directories.