diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-09 05:04:08 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-09 05:18:19 +0900 |
| commit | 87b5c30ef6d5b7b8a10d6a5a8610054c403923e6 (patch) | |
| tree | 805116c39a623bb30fc532af47ea3ed78b7304c0 /system/dbus/export_test.go | |
| parent | df9b77b077d967d35082adb8ab3b00dd67d7bc97 (diff) | |
message: relocate from container
This package is quite useful. This change allows it to be imported without importing container.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'system/dbus/export_test.go')
| -rw-r--r-- | system/dbus/export_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/dbus/export_test.go b/system/dbus/export_test.go index b1dc365f..bc24f3f3 100644 --- a/system/dbus/export_test.go +++ b/system/dbus/export_test.go @@ -4,11 +4,11 @@ import ( "context" "io" - "hakurei.app/container" + "hakurei.app/message" ) // NewDirect returns a new instance of [Proxy] with its sandbox disabled. -func NewDirect(ctx context.Context, msg container.Msg, final *Final, output io.Writer) *Proxy { +func NewDirect(ctx context.Context, msg message.Msg, final *Final, output io.Writer) *Proxy { p := New(ctx, msg, final, output) p.useSandbox = false return p |
