ipld-eth-beacon-indexer/pkg/beaconclient/beaconclient_struct.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

7 lines
80 B
Go

package beaconclient
type BeaconClient struct {
Address string
Port int
}