unused type
This commit is contained in:
parent
577d686ba5
commit
0fb7095475
|
@ -100,11 +100,6 @@ func PostMsg(keyname string, key httpsig.PrivateKey, url string, msg []byte) err
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
type JunkError struct {
|
|
||||||
Junk junk.Junk
|
|
||||||
Err error
|
|
||||||
}
|
|
||||||
|
|
||||||
func GetJunk(url string) (junk.Junk, error) {
|
func GetJunk(url string) (junk.Junk, error) {
|
||||||
return GetJunkTimeout(url, 30*time.Second)
|
return GetJunkTimeout(url, 30*time.Second)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue