Current section
Files
Jump to
Current section
Files
lib/google/protobuf/empty.pb.ex
defmodule Google.Protobuf.Empty do
@moduledoc "Auto-generated from `googleapis/google/protobuf/empty.proto`"
use Protobuf, syntax: :proto3
@type t :: %__MODULE__{}
defstruct []
end