@@ -3,9 +3,12 @@ package ron
import (
"context"
"encoding/json"
"log/slog"
"net/http"
)
type D map[string]interface{}
type Context struct {
C context.Context
W http.ResponseWriter
The note is not visible to the blocked user.