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

# 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"
}

# 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