@@ -0,0 +1,7 @@
package curre
import "context"
type Initer interface {
Init(ctx context.Context) error
}
The note is not visible to the blocked user.