Current section

Files

Jump to
sbom lib sbom cyclonedx v14 dependency.pb.ex
Raw

lib/sbom/cyclonedx/v14/dependency.pb.ex

defmodule SBoM.CycloneDX.V14.Dependency do
@moduledoc "CycloneDX Dependency model."
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:ref, 1, type: :string)
field(:dependencies, 2, repeated: true, type: SBoM.CycloneDX.V14.Dependency)
end