mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-29 06:46:03 +08:00
5 lines
158 B
Elixir
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
|