package web
import (
"embed"
"io/fs"
)
package apiclient
import (
"context"
"fmt"
"io"
package fetch
import (
"context"
"net/http"
package hub
type Hub struct {
subscribers map[*Subscriber]struct{}
broadcast chan []byte
register chan registration
package migrate
import (
"context"
"github.com/jackc/pgx/v5/pgxpool"
package webhooks
import (
"bytes"
"crypto/hmac"
"crypto/sha256"