add window actions to ipc

This commit is contained in:
Drew Weymouth
2024-06-10 07:59:06 -07:00
parent d6cac62704
commit 969c30f35a
2 changed files with 34 additions and 14 deletions
+6
View File
@@ -3,6 +3,7 @@ package ipc
const (
// GET
PingPath = "/ping"
// POST
PlayPath = "/transport/play"
// POST
@@ -22,6 +23,11 @@ const (
// GET -> Volume
// POST(Volume)
VolumePath = "/volume"
// POST
ShowPath = "/window/show"
// POST
QuitPath = "/window/quit"
)
type TimePos struct {