ing
This commit is contained in:
parent
28b403860e
commit
ec00e90410
2
Gopkg.lock
generated
2
Gopkg.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user