Documentation ¶ Index ¶ type Dump func (r *Dump) AvailableEndpoints() (map[string]string, error) func (r *Dump) Description() string func (r *Dump) Name() string func (r *Dump) Print(printerEndpoint string, image image.Image, data []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Dump ¶ type Dump struct{} func (*Dump) AvailableEndpoints ¶ func (r *Dump) AvailableEndpoints() (map[string]string, error) func (*Dump) Description ¶ func (r *Dump) Description() string func (*Dump) Name ¶ func (r *Dump) Name() string func (*Dump) Print ¶ func (r *Dump) Print(printerEndpoint string, image image.Image, data []byte) error Source Files ¶ View all Source files dump.go Click to show internal directories. Click to hide internal directories.