package app type SSHKey struct { ID string `json:"id"` Private []byte `json:"prv,omitempty"` Public []byte `json:"pub,omitempty"` }