2022-11-04 00:49:07 +08:00
|
|
|
defmodule LivebookProto.User do
|
|
|
|
@moduledoc false
|
|
|
|
use Protobuf, protoc_gen_elixir_version: "0.11.0", syntax: :proto3
|
|
|
|
|
2022-11-29 07:47:25 +08:00
|
|
|
field :id, 1, type: :int32
|
2022-11-04 00:49:07 +08:00
|
|
|
field :email, 2, type: :string
|
|
|
|
end
|