Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit fa735b9

Browse files
committed
[FAB-8769] Remove all remnants of EventHub
Change-Id: Iec7bda130b407c8b25b4f5d33ffa1d627e0a1776 Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
1 parent 431d46c commit fa735b9

File tree

10 files changed

+0
-2172
lines changed

10 files changed

+0
-2172
lines changed

pkg/client/channel/api.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ import (
1414
pb "github.com/hyperledger/fabric-sdk-go/third_party/github.com/hyperledger/fabric/protos/peer"
1515
)
1616

17-
// CCEvent contains the data for a chaincocde event
18-
// Deprecated since EventHub is replaced with EventService
19-
type CCEvent struct {
20-
TxID string
21-
ChaincodeID string
22-
EventName string
23-
Payload []byte
24-
}
25-
26-
// Registration is a handle that is returned from a successful Register Chaincode Event.
27-
// This handle should be used in Unregister in order to unregister the event.
28-
// Deprecated since EventHub is replaced with EventService
29-
type Registration interface {
30-
}
31-
3217
// opts allows the user to specify more advanced options
3318
type opts struct {
3419
Targets []fab.Peer // targets

pkg/context/api/fab/event.go

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)