Skip to content

Commit

Permalink
[FAB-8769] Remove all remnants of EventHub
Browse files Browse the repository at this point in the history
Change-Id: Iec7bda130b407c8b25b4f5d33ffa1d627e0a1776
Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
  • Loading branch information
bstasyszyn committed Mar 10, 2018
1 parent 431d46c commit fa735b9
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 2,172 deletions.
15 changes: 0 additions & 15 deletions pkg/client/channel/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ import (
pb "github.com/hyperledger/fabric-sdk-go/third_party/github.com/hyperledger/fabric/protos/peer"
)

// CCEvent contains the data for a chaincocde event
// Deprecated since EventHub is replaced with EventService
type CCEvent struct {
TxID string
ChaincodeID string
EventName string
Payload []byte
}

// Registration is a handle that is returned from a successful Register Chaincode Event.
// This handle should be used in Unregister in order to unregister the event.
// Deprecated since EventHub is replaced with EventService
type Registration interface {
}

// opts allows the user to specify more advanced options
type opts struct {
Targets []fab.Peer // targets
Expand Down
67 changes: 0 additions & 67 deletions pkg/context/api/fab/event.go

This file was deleted.

Loading

0 comments on commit fa735b9

Please sign in to comment.