Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternetCmd ¶
type InternetCmd struct{}
func NewInternetCmd ¶
func NewInternetCmd() *InternetCmd
func (*InternetCmd) Command ¶
func (c *InternetCmd) Command() *cobra.Command
type ValueFormatter ¶ added in v0.6.3
type ValueFormatter struct {
LossRate float64
}
func NewValueFormatter ¶ added in v0.6.3
func NewValueFormatter(lossRate float64) *ValueFormatter
func (*ValueFormatter) Format ¶ added in v0.6.3
func (f *ValueFormatter) Format(v float64) string
Click to show internal directories.
Click to hide internal directories.