model/ping/ping.go
crusader bb3e77205c ing
2018-09-18 00:21:39 +09:00

18 lines
215 B
Go

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