model/config/ping/ping.go
crusader ec00e90410 ing
2018-09-17 21:55:13 +09:00

22 lines
260 B
Go

package ping
import (
ounp "git.loafle.net/overflow/util-go/net/ping"
)
type PingOption struct {
ounp.PingOption
}
type PingResponse struct {
ounp.PingResponse
}
type PingSummary struct {
ounp.PingSummary
}
type PingResult struct {
ounp.PingResult
}