generate: Alter protocol parsing to support HOPP features

This commit is contained in:
2025-01-20 13:56:03 -05:00
parent 382cc113c5
commit 6a883cebbf
2 changed files with 63 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
package generate
package protocol
// Generate turns this protocol into code.
func (this *Protocol) Generate(writer io.Writer) error {