Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executer ¶
type Executer interface {
// io.Writer を渡す、もしくは io.Reader を返すのが良いのかも
Execute(host netip.Addr, count int) ([]byte, error)
}
func NewExecuter ¶
func NewExecuter() Executer
type ExecuterReal ¶
type ExecuterReal struct{}
type ReportJSON ¶
type ReportJSON struct {
Report Report `json:"report"`
}
--json オプションをつけたときに出力される JSON
Click to show internal directories.
Click to hide internal directories.