Searched refs:httpsRecord (Results 1 – 1 of 1) sorted by relevance
51 type httpsRecord struct { struct68 func (h httpsRecord) String() string { argument223 func parseHTTPSRecord(raw []byte) (httpsRecord, error) {228 return httpsRecord{}, errors.New("failed to parse HTTPS record priority")236 return httpsRecord{}, errors.New("failed to parse HTTPS record TargetName")246 …return httpsRecord{}, fmt.Errorf("received an AliasForm HTTPS record with TargetName=%q", dottedDo…249 record := httpsRecord{262 return httpsRecord{}, errors.New("failed to parse HTTPS record SvcParam")265 return httpsRecord{}, errors.New("malformed HTTPS record contains out-of-order SvcParamKey")272 return httpsRecord{}, errors.New("malformed mandatory SvcParamValue")[all …]