mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-19 02:15:09 +00:00
* Get rid of all transport types and settle on Protobuf hope i don't regret this * Update Cargo.toml * Update agent.py
50 lines
2.5 KiB
Python
50 lines
2.5 KiB
Python
# WARNING: This file is generated by protobuf. DO NOT EDIT!
|
|
# Any changes made to this file will be overwritten when the protobuf files are regenerated.
|
|
# Source: v1/check.proto
|
|
|
|
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: v1/check.proto
|
|
# Protobuf Python Version: 5.29.1
|
|
"""Generated protocol buffer code."""
|
|
from google.protobuf import descriptor as _descriptor
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
from google.protobuf import runtime_version as _runtime_version
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
from google.protobuf.internal import builder as _builder
|
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
_runtime_version.Domain.PUBLIC,
|
|
5,
|
|
29,
|
|
1,
|
|
'',
|
|
'v1/check.proto'
|
|
)
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0ev1/check.proto\x12\rdjls.v1.check\"\x0f\n\rHealthRequest\">\n\x0eHealthResponse\x12\x0e\n\x06passed\x18\x01 \x01(\x08\x12\x12\n\x05\x65rror\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_error\"\x18\n\x16\x44jangoAvailableRequest\"G\n\x17\x44jangoAvailableResponse\x12\x0e\n\x06passed\x18\x01 \x01(\x08\x12\x12\n\x05\x65rror\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_error\"\'\n\x13\x41ppInstalledRequest\x12\x10\n\x08\x61pp_name\x18\x01 \x01(\t\"D\n\x14\x41ppInstalledResponse\x12\x0e\n\x06passed\x18\x01 \x01(\x08\x12\x12\n\x05\x65rror\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_errorb\x06proto3')
|
|
|
|
_globals = globals()
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'v1.check_pb2', _globals)
|
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
DESCRIPTOR._loaded_options = None
|
|
_globals['_HEALTHREQUEST']._serialized_start=33
|
|
_globals['_HEALTHREQUEST']._serialized_end=48
|
|
_globals['_HEALTHRESPONSE']._serialized_start=50
|
|
_globals['_HEALTHRESPONSE']._serialized_end=112
|
|
_globals['_DJANGOAVAILABLEREQUEST']._serialized_start=114
|
|
_globals['_DJANGOAVAILABLEREQUEST']._serialized_end=138
|
|
_globals['_DJANGOAVAILABLERESPONSE']._serialized_start=140
|
|
_globals['_DJANGOAVAILABLERESPONSE']._serialized_end=211
|
|
_globals['_APPINSTALLEDREQUEST']._serialized_start=213
|
|
_globals['_APPINSTALLEDREQUEST']._serialized_end=252
|
|
_globals['_APPINSTALLEDRESPONSE']._serialized_start=254
|
|
_globals['_APPINSTALLEDRESPONSE']._serialized_end=322
|
|
# @@protoc_insertion_point(module_scope)
|