mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
b1b13cfca7
* simplify config names, use strings * lint Co-authored-by: kasey <kasey@users.noreply.github.com>
11 lines
106 B
Go
11 lines
106 B
Go
package params
|
|
|
|
var Registry *registry
|
|
|
|
type registry struct {
|
|
}
|
|
|
|
func init() {
|
|
Registry = ®istry{}
|
|
}
|