Versions in this module Expand all Collapse all v0 v0.0.1 Nov 4, 2022 Changes in this version + type ValidatorStats struct + func NewValidatorStats(rdbHandle *rdb.Handle) *ValidatorStats + func (view *ValidatorStats) FindBy(metrics string) (string, error) + func (view *ValidatorStats) Set(metrics string, value string) error + type ValidatorStatsRow struct + Metrics string + Value string