Current section

Files

Jump to
weddell lib proto protobuf empty.pb.ex
Raw

lib/proto/protobuf/empty.pb.ex

defmodule Google.Protobuf.Empty do
@moduledoc false
use Protobuf, syntax: :proto3
defstruct []
end