Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRedressor ¶
func NewRedressor(redressRule []*RedressedInfo) *redressor
Types ¶
type RedressedInfo ¶
type RedressedInfo struct { RedressedType string `mapstructure:"redressed_type"` RedressedAffectName string `mapstructure:"redressed_affect_name"` RedressedMonth string `mapstructure:"redressed_month"` RedressedDay string `mapstructure:"redressed_day"` RedressedHour string `mapstructure:"redressed_hour"` RedressedMinute string `mapstructure:"redressed_minute"` CPURedressedWeight float64 `mapstructure:"cpu_redressed_weight"` MemoryRedressedWeight float64 `mapstructure:"memory_redressed_weight"` }
Click to show internal directories.
Click to hide internal directories.