aboutsummaryrefslogtreecommitdiff
path: root/fprox.go
diff options
context:
space:
mode:
authorhrbrmstr <bob@rud.is>2026-09-14 09:09:14 -0400
committerhrbrmstr <bob@rud.is>2026-09-14 09:09:14 -0400
commitf043cd297f2235682ca9e21572c503b9e78e6f0d (patch)
tree4ed31751594e9c2b99650ab7ab9389f78b60b28b /fprox.go
parent5102ce853135eff384b578fe218a0cb3d377d592 (diff)
fix: fproxHEADmain
Diffstat (limited to 'fprox.go')
-rw-r--r--fprox.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/fprox.go b/fprox.go
index 214ef9a..e91bedf 100644
--- a/fprox.go
+++ b/fprox.go
@@ -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)