Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter interface {
Load(io.ReadCloser, string, map[string]string, io.Writer) error
// TODO: Load(net.Context, io.ReadCloser, <- chan StatusMessage) error
Save([]string, string, map[string]string, io.Writer) error
}
Exporter provides interface for exporting and importing images
Click to show internal directories.
Click to hide internal directories.