prysm-pulse/beacon-chain/rpc/beaconv1/server_test.go
Ivan Martinez cf1c346beb
Eth2 API: Add outline for beacon endpoints (#7408)
* Start Beacon API outline

* Rename to v1

* Add impl

* Change to outline

* Add comments

* Remove unneeded items

* Fix linting

* tidy

* Fix visibility

* go.sum

* Fix deps

* Tidy

* Add check for interface type and fix pointers

* Fix pointer name

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2020-10-05 00:15:27 +00:00

6 lines
122 B
Go

package beaconv1
import ethpb "github.com/prysmaticlabs/ethereumapis/eth/v1"
var _ = ethpb.BeaconChainServer(&Server{})