Initial commit

This commit is contained in:
2023-01-02 01:36:59 -07:00
commit d45e237f29
18 changed files with 2369 additions and 0 deletions
@@ -0,0 +1,32 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: api/v2/get_runner.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()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17\x61pi/v2/get_runner.proto\x12\x06\x61pi.v2\"5\n\x10GetRunnerOptions\x12!\n\x0c\x63lone_source\x18\x02 \x01(\x08R\x0b\x63loneSource\"Z\n\x10GetRunnerRequest\x12\x12\n\x04tags\x18\x01 \x03(\tR\x04tags\x12\x32\n\x07options\x18\x02 \x01(\x0b\x32\x18.api.v2.GetRunnerOptionsR\x07options\"#\n\x11GetRunnerResponse\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id2V\n\x10GetRunnerService\x12\x42\n\tGetRunner\x12\x18.api.v2.GetRunnerRequest\x1a\x19.api.v2.GetRunnerResponse\"\x00\x42\x35Z3git.ohea.xyz/cursorius/pipeline-api/go/api/v2;apiv2b\x06proto3')
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'api.v2.get_runner_pb2', globals())
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'Z3git.ohea.xyz/cursorius/pipeline-api/go/api/v2;apiv2'
_GETRUNNEROPTIONS._serialized_start=35
_GETRUNNEROPTIONS._serialized_end=88
_GETRUNNERREQUEST._serialized_start=90
_GETRUNNERREQUEST._serialized_end=180
_GETRUNNERRESPONSE._serialized_start=182
_GETRUNNERRESPONSE._serialized_end=217
_GETRUNNERSERVICE._serialized_start=219
_GETRUNNERSERVICE._serialized_end=305
# @@protoc_insertion_point(module_scope)
@@ -0,0 +1,30 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: api/v2/run_command.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()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18\x61pi/v2/run_command.proto\x12\x06\x61pi.v2\"=\n\x11RunCommandRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n\x07\x63ommand\x18\x02 \x01(\tR\x07\x63ommand\"e\n\x12RunCommandResponse\x12\x1f\n\x0breturn_code\x18\x01 \x01(\x03R\nreturnCode\x12\x16\n\x06stdout\x18\x02 \x01(\tR\x06stdout\x12\x16\n\x06stderr\x18\x03 \x01(\tR\x06stderr2Z\n\x11RunCommandService\x12\x45\n\nRunCommand\x12\x19.api.v2.RunCommandRequest\x1a\x1a.api.v2.RunCommandResponse\"\x00\x42\x35Z3git.ohea.xyz/cursorius/pipeline-api/go/api/v2;apiv2b\x06proto3')
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'api.v2.run_command_pb2', globals())
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'Z3git.ohea.xyz/cursorius/pipeline-api/go/api/v2;apiv2'
_RUNCOMMANDREQUEST._serialized_start=36
_RUNCOMMANDREQUEST._serialized_end=97
_RUNCOMMANDRESPONSE._serialized_start=99
_RUNCOMMANDRESPONSE._serialized_end=200
_RUNCOMMANDSERVICE._serialized_start=202
_RUNCOMMANDSERVICE._serialized_end=292
# @@protoc_insertion_point(module_scope)