mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-25 23:52:31 +08:00
6 lines
166 B
Elixir
6 lines
166 B
Elixir
defmodule LivebookProto.SecretDeleted do
|
|
@moduledoc false
|
|
use Protobuf, protoc_gen_elixir_version: "0.11.0", syntax: :proto3
|
|
|
|
field :name, 1, type: :string
|
|
end
|