mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-10 00:47:45 +08:00
8 lines
199 B
Elixir
8 lines
199 B
Elixir
|
defmodule LivebookProto.SecretCreated do
|
||
|
@moduledoc false
|
||
|
use Protobuf, protoc_gen_elixir_version: "0.11.0", syntax: :proto3
|
||
|
|
||
|
field :name, 1, type: :string
|
||
|
field :value, 2, type: :string
|
||
|
end
|