validator/models/stats.go (6 lines of code) (raw):
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: MIT
package models
type Statistics string
const (
MAXIMUM Statistics = "Maximum"
AVERAGE Statistics = "Average"
)