diff options
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) |
