mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
72cfe50eff
* 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)
|