unused type

This commit is contained in:
Ted Unangst 2022-02-04 12:43:09 -05:00
parent 577d686ba5
commit 0fb7095475
1 changed files with 0 additions and 5 deletions

View File

@ -100,11 +100,6 @@ func PostMsg(keyname string, key httpsig.PrivateKey, url string, msg []byte) err
return nil
}
type JunkError struct {
Junk junk.Junk
Err error
}
func GetJunk(url string) (junk.Junk, error) {
return GetJunkTimeout(url, 30*time.Second)
}