ing
This commit is contained in:
parent
46db6509b0
commit
bb3e77205c
2
Gopkg.lock
generated
2
Gopkg.lock
generated
|
@ -5,7 +5,7 @@
|
||||||
branch = "master"
|
branch = "master"
|
||||||
name = "git.loafle.net/overflow/util-go"
|
name = "git.loafle.net/overflow/util-go"
|
||||||
packages = ["net/ping"]
|
packages = ["net/ping"]
|
||||||
revision = "fe733fd0e1674f537b47bf5c720f603d87740721"
|
revision = "a2472a88ab6243321821dda3cac8b2045a2b3917"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/google/gopacket"
|
name = "github.com/google/gopacket"
|
||||||
|
|
|
@ -7,15 +7,3 @@ import (
|
||||||
type PingOption struct {
|
type PingOption struct {
|
||||||
ounp.PingOption
|
ounp.PingOption
|
||||||
}
|
}
|
||||||
|
|
||||||
type PingResponse struct {
|
|
||||||
ounp.PingResponse
|
|
||||||
}
|
|
||||||
|
|
||||||
type PingSummary struct {
|
|
||||||
ounp.PingSummary
|
|
||||||
}
|
|
||||||
|
|
||||||
type PingResult struct {
|
|
||||||
ounp.PingResult
|
|
||||||
}
|
|
||||||
|
|
17
ping/ping.go
Normal file
17
ping/ping.go
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user