internal/pipewire: implement Core::BoundProps
All checks were successful
Test / Create distribution (push) Successful in 41s
Test / Sandbox (push) Successful in 2m28s
Test / Hakurei (push) Successful in 3m26s
Test / Hpkg (push) Successful in 4m15s
Test / Sandbox (race detector) (push) Successful in 4m25s
Test / Hakurei (race detector) (push) Successful in 5m19s
Test / Flake checks (push) Successful in 1m20s

Very straightforward type, everything is already supported.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-11-25 18:37:50 +09:00
parent 14e33f17e5
commit 77f5b89a41
7 changed files with 62 additions and 0 deletions

View File

@@ -31,4 +31,9 @@ var (
recvmsg00Message00POD string
//go:embed testdata/10-recvmsg00-message00-footer
recvmsg00Message00Footer string
//go:embed testdata/11-recvmsg00-message01-header
recvmsg00Message01Header string
//go:embed testdata/12-recvmsg00-message01-POD
recvmsg00Message01POD string
)