internal/wayland: relocate connection struct
All checks were successful
Test / Create distribution (push) Successful in 46s
Test / Sandbox (push) Successful in 2m30s
Test / Hakurei (push) Successful in 3m28s
Test / Sandbox (race detector) (push) Successful in 4m27s
Test / Hpkg (push) Successful in 4m26s
Test / Hakurei (race detector) (push) Successful in 5m17s
Test / Flake checks (push) Successful in 1m44s

This interface is getting replaced, so relocating it to the deprecated wrapper package before working on its replacement.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-11-15 23:20:03 +09:00
parent 12751932d1
commit 20dd2adaa4
6 changed files with 85 additions and 87 deletions

View File

@@ -8,7 +8,7 @@ import (
"hakurei.app/container/check"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/wayland"
"hakurei.app/system/wayland"
)
type waylandConn interface {

View File

@@ -7,7 +7,7 @@ import (
"hakurei.app/container/stub"
"hakurei.app/internal/acl"
"hakurei.app/internal/wayland"
"hakurei.app/system/wayland"
)
type stubWaylandConn struct {