github.com/prysmaticlabs/prysm@v1.4.4/beacon-chain/rpc/eth/v1/node/server_test.go (about)

     1  package node
     2  
     3  import (
     4  	ethpb "github.com/prysmaticlabs/prysm/proto/eth/v1"
     5  )
     6  
     7  var _ ethpb.BeaconNodeServer = (*Server)(nil)