package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Packages

Package debug defines useful profiling utils that came originally with go-ethereum.
Package interop contains deterministic utilities for generating genesis states and keys.
Package maxprocs automatically sets GOMAXPROCS to match the Linux container CPU quota, if any.
Package messagehandler contains useful helpers for recovering from panic conditions at runtime and logging their trace.
Package version executes and returns the version string for the currently running process.

# Functions

NewServiceRegistry starts a registry instance for convenience.

# Structs

ServiceRegistry provides a useful pattern for managing services.

# Interfaces

Service is a struct that can be registered into a ServiceRegistry for easy dependency management.