Current section
Files
Jump to
Current section
Files
lib/google/protobuf/any.pb.ex
defmodule Google.Protobuf.Any do
@moduledoc false
use Protobuf, syntax: :proto3
field :type_url, 1, type: :string
field :value, 2, type: :bytes
end