Documentation ¶
Overview ¶
package nop implements a no-op for CSPs that don't require custom image upload functionality.
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 is a no-op uploader.
func (*Uploader) Upload ¶
func (u *Uploader) Upload(_ context.Context, req *osimage.UploadRequest) ([]versionsapi.ImageInfoEntry, error)
Upload pretends to upload images to a csp.
Click to show internal directories.
Click to hide internal directories.