diff options
| author | hrbrmstr <bob@rud.is> | 2026-09-14 09:09:14 -0400 |
|---|---|---|
| committer | hrbrmstr <bob@rud.is> | 2026-09-14 09:09:14 -0400 |
| commit | f043cd297f2235682ca9e21572c503b9e78e6f0d (patch) | |
| tree | 4ed31751594e9c2b99650ab7ab9389f78b60b28b /fprox.go | |
| parent | 5102ce853135eff384b578fe218a0cb3d377d592 (diff) | |
Diffstat (limited to 'fprox.go')
| -rw-r--r-- | fprox.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -38,6 +38,12 @@ func CveHasExploits(cve string) (bool, error) { return false, nil } +// This file was generated from JSON Schema using quicktype, do not modify it directly. +// To parse and unparse this JSON data, add this code to your project and do: +// +// fproxResponse, err := UnmarshalFproxResponse(bytes) +// bytes, err = fproxResponse.Marshal() + func UnmarshalFproxResponse(data []byte) (FproxResponse, error) { var r FproxResponse err := json.Unmarshal(data, &r) |
