mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-22 21:05:26 +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
|