@@ -0,0 +1,10 @@
package ownwire_sdk
import (
"context"
)
type Conn interface {
WriteText(ctx context.Context, s string) error
ReadText(ctx context.Context) (string, error)
}
The note is not visible to the blocked user.