internal/pipewire: implement Core::Info and generation footer
All checks were successful
Test / Create distribution (push) Successful in 37s
Test / Sandbox (push) Successful in 2m19s
Test / Hakurei (push) Successful in 3m17s
Test / Hpkg (push) Successful in 4m15s
Test / Sandbox (race detector) (push) Successful in 4m20s
Test / Hakurei (race detector) (push) Successful in 5m7s
Test / Flake checks (push) Successful in 1m21s

These are not directly related but are first encountered on the same message in the capture.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-11-25 15:15:20 +09:00
parent 05391da556
commit cfeb7818eb
7 changed files with 113 additions and 0 deletions

View File

@@ -24,4 +24,11 @@ var (
sendmsg00Message03Header string
//go:embed testdata/07-sendmsg00-message03-POD
sendmsg00Message03POD string
//go:embed testdata/08-recvmsg00-message00-header
recvmsg00Message00Header string
//go:embed testdata/09-recvmsg00-message00-POD
recvmsg00Message00POD string
//go:embed testdata/10-recvmsg00-message00-footer
recvmsg00Message00Footer string
)