diff --git a/Gopkg.lock b/Gopkg.lock index 833631f..f0663b7 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -5,7 +5,7 @@ branch = "master" name = "git.loafle.net/overflow/util-go" packages = ["net/ping"] - revision = "2423d927777a966fff3d1b0e34002b99306417bf" + revision = "fe733fd0e1674f537b47bf5c720f603d87740721" [[projects]] name = "github.com/google/gopacket" diff --git a/config/ping/ping.go b/config/ping/ping.go index 434eefa..abb16ba 100644 --- a/config/ping/ping.go +++ b/config/ping/ping.go @@ -4,16 +4,16 @@ import ( ounp "git.loafle.net/overflow/util-go/net/ping" ) -type PingOptions struct { - ounp.PingOptions +type PingOption struct { + ounp.PingOption } -type Response struct { - ounp.Response +type PingResponse struct { + ounp.PingResponse } -type Summary struct { - ounp.Summary +type PingSummary struct { + ounp.PingSummary } type PingResult struct {