mirror of https://github.com/skygpu/skynet.git
				
				
				
			
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Python
		
	
	
| # -*- coding: utf-8 -*-
 | |
| # Generated by the protocol buffer compiler.  DO NOT EDIT!
 | |
| # source: skynet.proto
 | |
| """Generated protocol buffer code."""
 | |
| from google.protobuf.internal import builder as _builder
 | |
| from google.protobuf import descriptor as _descriptor
 | |
| from google.protobuf import descriptor_pool as _descriptor_pool
 | |
| from google.protobuf import symbol_database as _symbol_database
 | |
| # @@protoc_insertion_point(imports)
 | |
| 
 | |
| _sym_db = _symbol_database.Default()
 | |
| 
 | |
| 
 | |
| from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
 | |
| 
 | |
| 
 | |
| DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0cskynet.proto\x12\x06skynet\x1a\x1cgoogle/protobuf/struct.proto\"!\n\x04\x41uth\x12\x0c\n\x04\x63\x65rt\x18\x01 \x01(\t\x12\x0b\n\x03sig\x18\x02 \x01(\t\"\x9c\x01\n\x10SkynetRPCRequest\x12\x0b\n\x03uid\x18\x01 \x01(\t\x12\x0e\n\x06method\x18\x02 \x01(\t\x12\'\n\x06params\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x10\n\x03\x62in\x18\x04 \x01(\x0cH\x00\x88\x01\x01\x12\x1f\n\x04\x61uth\x18\x05 \x01(\x0b\x32\x0c.skynet.AuthH\x01\x88\x01\x01\x42\x06\n\x04_binB\x07\n\x05_auth\"\x80\x01\n\x11SkynetRPCResponse\x12\'\n\x06result\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x10\n\x03\x62in\x18\x02 \x01(\x0cH\x00\x88\x01\x01\x12\x1f\n\x04\x61uth\x18\x03 \x01(\x0b\x32\x0c.skynet.AuthH\x01\x88\x01\x01\x42\x06\n\x04_binB\x07\n\x05_authb\x06proto3')
 | |
| 
 | |
| _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
 | |
| _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'skynet_pb2', globals())
 | |
| if _descriptor._USE_C_DESCRIPTORS == False:
 | |
| 
 | |
|   DESCRIPTOR._options = None
 | |
|   _AUTH._serialized_start=54
 | |
|   _AUTH._serialized_end=87
 | |
|   _SKYNETRPCREQUEST._serialized_start=90
 | |
|   _SKYNETRPCREQUEST._serialized_end=246
 | |
|   _SKYNETRPCRESPONSE._serialized_start=249
 | |
|   _SKYNETRPCRESPONSE._serialized_end=377
 | |
| # @@protoc_insertion_point(module_scope)
 |