Introduce Broadcast API #2026
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|