Skip to content

Introduce Broadcast API #2026

Introduce Broadcast API

Introduce Broadcast API #2026

Triggered via pull request August 30, 2023 09:34
@sejongksejongk
synchronize #631
add-broadcast
Status Failure
Total duration 2m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build: server/backend/sync/coordinator.go#L45
cannot use generic type Subscription[E Event] without instantiation (typecheck)
build: server/backend/sync/coordinator.go#L51
cannot use generic type Subscription[E Event] without instantiation (typecheck)
build: server/backend/sync/memory/coordinator.go#L42
cannot infer E (server/backend/sync/memory/pubsub.go:123:16) (typecheck)
build: server/rpc/server.go#L110
cannot use newYorkieServer(yorkieServiceCtx, be) (value of type *yorkieServer) as v1.YorkieServiceServer value in argument to api.RegisterYorkieServiceServer: *yorkieServer does not implement v1.YorkieServiceServer (missing method Broadcast) (typecheck)
build: api/types/broadcast.go#L22
exported: exported const Document should have comment (or a comment on this block) or be unexported (revive)
build: api/types/broadcast.go#L26
exported: exported type EventType should have comment or be unexported (revive)
build
Process completed with exit code 2.