package
0.5.0
Repository: https://github.com/kilnfi/go-utils.git
Documentation: pkg.go.dev

# Functions

EpochVar registers a beaconcommon.Epoch custom flag with specified name, default value, and usage string.
EpochVar registers a beaconcommon.Epoch custom flag with specified name and shorthand, default value, and usage string.
GweiVar registers a beaconcommon.Gwei custom flag with specified name, default value, and usage string.
GweiVar registers a beaconcommon.Gwei custom flag with specified name and shorthand, default value, and usage string.
RootVar registers a beaconcommon.Root custom flag with specified name, default value, and usage string.
RootVar registers a beaconcommon.Root custom flag with specified name and shorthand, default value, and usage string.
SlotVar registers a beaconcommon.Slot custom flag with specified name, default value, and usage string.
SlotVar registers a beaconcommon.Slot custom flag with specified name and shorthand, default value, and usage string.

# Structs

GweiValue is a type implenting pflag.Value interface for beaconcommon.Gwei type.
RootValue is a type implenting pflag.Value interface for beaconcommon.Root type.