aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/helper.go
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-09-24 16:11:08 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-09-24 16:11:08 +0900
commit000607da5fca0e101cb43db9b1c1b466e3292d35 (patch)
tree3dcf1cdbf086bca5883964324442de42e17776bb /helper/helper.go
parent1cb90c0840e6d2bdef9ed8b9cb5ae54fc1b6c91c (diff)
helper: separate helper args fd builder from dbus
This method of passing arguments is used in bubblewrap as well as other tools, this commit separates the argument builder/writer to the helper package and generalise it as an interface. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'helper/helper.go')
-rw-r--r--helper/helper.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/helper/helper.go b/helper/helper.go
new file mode 100644
index 00000000..d9bcc7f4
--- /dev/null
+++ b/helper/helper.go
@@ -0,0 +1,4 @@
+/*
+Package helper runs external helpers and manages their status and args FDs.
+*/
+package helper