Documentation ¶
Overview ¶
package uplosi implements uploading os images using uplosi.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uploader ¶
type Uploader struct {
// contains filtered or unexported fields
}
Uploader can upload os images using uplosi.
func (*Uploader) Upload ¶
func (u *Uploader) Upload(ctx context.Context, req *osimage.UploadRequest) ([]versionsapi.ImageInfoEntry, error)
Upload uploads the given os image using uplosi.
Click to show internal directories.
Click to hide internal directories.