ipld-eth-beacon-indexer/pkg/beaconclient/head_topic.go
Abdul Rabbani 5b75f5a257 Create a single beaconclient pkg instead of having subpackages
The main reason to do this is so they can all access the `BeaconClient` Struct.
2022-04-25 11:32:46 -04:00

8 lines
118 B
Go

// This package will handle all event subscriptions that utilize SSE.
package beaconclient
func ListenToHead() {
}