@@ -0,0 +1,8 @@
package mila
import "context"
type Store interface {
Get(ctx context.Context) (ContentState, error)
Set(ctx context.Context, state ContentState) error
}
The note is not visible to the blocked user.