Generated Go types for the SCANOSS REST API.
These are the request/response DTOs the API is documented with in its
docs/openapi.yaml, produced with oapi-codegen.
Import them so your service (un)marshals against the exact structs the API ships.
Generated — do not edit.
types.gen.gois produced from the API's OpenAPI spec and published here automatically on every API release. Hand edits will be overwritten. File issues and spec changes againstscanoss/scanoss.api.
go get github.com/scanoss/scanoss.api-sdk@vX.Y.ZThis package is published on every vX.Y.Z tag of the API, with the same
version: scanoss.api-sdk vX.Y.Z contains the types generated from
scanoss.api vX.Y.Z. Pin the SDK to the API version your service targets.
import scanossapi "github.com/scanoss/scanoss.api-sdk"
var env scanossapi.ScanEnvelope
_ = json.Unmarshal(body, &env)MIT © SCANOSS