Add media type to export stream
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -81,7 +81,7 @@ type ImageImportStreamer interface {
|
||||
}
|
||||
|
||||
type ImageExportStreamer interface {
|
||||
ExportStream(context.Context) (io.WriteCloser, error)
|
||||
ExportStream(context.Context) (io.WriteCloser, string, error)
|
||||
}
|
||||
|
||||
type ImageUnpacker interface {
|
||||
|
||||
Reference in New Issue
Block a user