livebook/proto/lib/livebook_proto/agent_joined.pb.ex
2024-04-03 10:43:45 -03:00

5 lines
158 B
Elixir

defmodule LivebookProto.AgentJoined do
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :agent, 1, type: LivebookProto.Agent
end