package
Version:
v0.0.0-...-8d22ec3
Opens a new window with list of versions in this module.
Published: Jan 21, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
佳能打印机
func (p *Canon) PrintFile()
打印文件
type Computer interface {
Print()
SetPrinter(Printer)
}
电脑接口
type Mac struct {
Printer Printer
}
Mac系统
type Printer interface {
PrintFile()
}
打印机接口
type Windows struct {
Printer Printer
}
Windows系统
Source Files
¶
Click to show internal directories.
Click to hide internal directories.