output.Output and output.Writer
This commit is contained in:
6
src/device/output/output.go
Normal file
6
src/device/output/output.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package output
|
||||
|
||||
type Output interface {
|
||||
Close()
|
||||
Press(...int)
|
||||
}
|
||||
Reference in New Issue
Block a user