diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-17 05:32:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-17 05:47:12 +0900 |
| commit | 3f391329357789f55559404a3d28c60679111a74 (patch) | |
| tree | ae47e5b53764853d21c8a49c1c8212932593e0e8 /internal/app/spdbus.go | |
| parent | c922c3f80e85e20a288fd390e8f4e3e0ead52849 (diff) | |
internal/app/dispatcher: reduce check code duplication
This also improves readability of test cases.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/spdbus.go')
| -rw-r--r-- | internal/app/spdbus.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/app/spdbus.go b/internal/app/spdbus.go index c2c1fefe..429674d0 100644 --- a/internal/app/spdbus.go +++ b/internal/app/spdbus.go @@ -12,6 +12,7 @@ import ( func init() { gob.Register(new(spDBusOp)) } // spDBusOp maintains an xdg-dbus-proxy instance for the container. +// Runs after spRuntimeOp. type spDBusOp struct { // Whether to bind the system bus socket. Populated during toSystem. ProxySystem bool |
