remove status type

This commit is contained in:
Patricio Whittingslow
2026-07-26 13:43:31 -03:00
parent cc7ecc0c19
commit dd7c4bb037
3 changed files with 67 additions and 206 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"github.com/soypat/lneto/internal"
)
//go:generate stringer -type Method,status -linecomment -output stringers.go
//go:generate stringer -type Method -linecomment -output stringers.go
// reconfigureWait bounds how long [Router.Configure] waits for the previous
// generation to stop serving before reusing its exchange buffers.