Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer interface {
Prints() (koordletuti.XPUDevices, error)
}
Printer defines an interface for generating XPUDevices
type Writer ¶
type Writer interface {
OutputPrints(koordletuti.XPUDevices) error
}
Writer defines a mechanism to output labels and device infos.
func NewPrintsWriter ¶
func NewPrintsWriter(config *resourceconifg.Config) (Writer, error)
Click to show internal directories.
Click to hide internal directories.