Categorygithub.com/awakari/source-sse
repositorypackage
0.0.0-20250101214333-906d96247565
Repository: https://github.com/awakari/source-sse.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

source-sse

Server-sent events source type

grpcurl \
  -plaintext \
  -proto api/grpc/service.proto \
  -d @ \
  localhost:50051 \
  awakari.source.sse.Service/Create
{
  "url": "https://stream.wikimedia.org/v2/stream/recentchange",
  "groupId": "default"
}
grpcurl \
  -plaintext \
  -proto api/grpc/service.proto \
  -d @ \
  localhost:50051 \
  awakari.source.sse.Service/Delete
{
  "url": "https://stream.wikimedia.org/v2/stream/recentchange",
  "groupId": "default"
}