mirror of
				https://github.com/livebook-dev/livebook.git
				synced 2025-11-04 10:26:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
defmodule LivebookProto.HandshakeResponse do
 | 
						|
  @moduledoc false
 | 
						|
  use Protobuf, protoc_gen_elixir_version: "0.11.0", syntax: :proto3
 | 
						|
 | 
						|
  field :id, 1, type: :string
 | 
						|
  field :name, 2, type: :string
 | 
						|
  field :user, 3, type: LivebookProto.User
 | 
						|
end
 |