Work on stream tests

This commit is contained in:
eyedeekay
2025-02-23 19:37:34 -05:00
parent 962ca264b4
commit 61b789dd2d

View File

@@ -8,7 +8,9 @@ import (
"github.com/go-i2p/i2pkeys"
)
type SAM common.SAM
type SAM struct {
*common.SAM
}
// Represents a streaming session.
type StreamSession struct {