package main type Killmail struct { Id string `json:"id"` Hash string `json:"hash"` } type Wreck struct { Killmail Team string `json:"team"` }