Current section

Files

Jump to
sbom lib sbom cyclonedx v15 commit.pb.ex
Raw

lib/sbom/cyclonedx/v15/commit.pb.ex

defmodule SBoM.Cyclonedx.V15.Commit do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
alias SBoM.Cyclonedx.V15.IdentifiableAction
field(:uid, 1, proto3_optional: true, type: :string)
field(:url, 2, proto3_optional: true, type: :string)
field(:author, 3, proto3_optional: true, type: IdentifiableAction)
field(:committer, 4, proto3_optional: true, type: IdentifiableAction)
field(:message, 5, proto3_optional: true, type: :string)
end