2022-12-27 08:16:47 +08:00
|
|
|
defmodule LivebookProto.SecretCreated do
|
2023-08-23 05:25:14 +08:00
|
|
|
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
|
2022-12-27 08:16:47 +08:00
|
|
|
|
|
|
|
field :name, 1, type: :string
|
|
|
|
field :value, 2, type: :string
|
|
|
|
end
|