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 }