mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-14 01:48:22 -05:00
* move into proper namespace * package naming * add strict deps * regen protos * add web api * regen * builds * rename * build
8 lines
137 B
Go
8 lines
137 B
Go
package rpc
|
|
|
|
import (
|
|
pb "github.com/prysmaticlabs/prysm/proto/prysm/v1alpha1/validator-client"
|
|
)
|
|
|
|
var _ pb.AuthServer = (*Server)(nil)
|