mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
refactor: implement cross-platform abstraction for process management, media control, and startup configuration (TESTING)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package platform
|
||||
|
||||
// Overlay defines the cross-platform interface for screen overlays
|
||||
type Overlay interface {
|
||||
Show(message string)
|
||||
Hide()
|
||||
SetVolume(level float64)
|
||||
Close()
|
||||
}
|
||||
Reference in New Issue
Block a user