gen

package
v0.0.0-...-da789b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ProviderState_name = map[int32]string{
		0: "UNKNOWN",
		1: "READY",
		2: "ERROR",
	}
	ProviderState_value = map[string]int32{
		"UNKNOWN": 0,
		"READY":   1,
		"ERROR":   2,
	}
)

Enum value maps for ProviderState.

View Source
var (
	// optional string handler_path = 50000;
	E_HandlerPath = &file_project_proto_extTypes[0]
)

Extension fields to descriptorpb.ServiceOptions.

View Source
var File_generate_proto protoreflect.FileDescriptor
View Source
var File_graph_proto protoreflect.FileDescriptor
View Source
var File_openai_proto protoreflect.FileDescriptor
View Source
var File_project_proto protoreflect.FileDescriptor
View Source
var GenerateService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "generate.GenerateService",
	HandlerType: (*GenerateServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Generate",
			Handler:    _GenerateService_Generate_Handler,
		},
		{
			MethodName: "GenerateImplementation",
			Handler:    _GenerateService_GenerateImplementation_Handler,
		},
		{
			MethodName: "InferNodeType",
			Handler:    _GenerateService_InferNodeType_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "generate.proto",
}

GenerateService_ServiceDesc is the grpc.ServiceDesc for GenerateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var OpenAIService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "openai.OpenAIService",
	HandlerType: (*OpenAIServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Prompt",
			Handler:    _OpenAIService_Prompt_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "openai.proto",
}

OpenAIService_ServiceDesc is the grpc.ServiceDesc for OpenAIService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ProjectService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "project.ProjectService",
	HandlerType: (*ProjectServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddMethod",
			Handler:    _ProjectService_AddMethod_Handler,
		},
		{
			MethodName: "CreateProject",
			Handler:    _ProjectService_CreateProject_Handler,
		},
		{
			MethodName: "DeleteProject",
			Handler:    _ProjectService_DeleteProject_Handler,
		},
		{
			MethodName: "EnumerateProviders",
			Handler:    _ProjectService_EnumerateProviders_Handler,
		},
		{
			MethodName: "ExportProject",
			Handler:    _ProjectService_ExportProject_Handler,
		},
		{
			MethodName: "GenerateAIStub",
			Handler:    _ProjectService_GenerateAIStub_Handler,
		},
		{
			MethodName: "GetGRPCServerInfo",
			Handler:    _ProjectService_GetGRPCServerInfo_Handler,
		},
		{
			MethodName: "GetNodeInfo",
			Handler:    _ProjectService_GetNodeInfo_Handler,
		},
		{
			MethodName: "GetProject",
			Handler:    _ProjectService_GetProject_Handler,
		},
		{
			MethodName: "GetProjectTypes",
			Handler:    _ProjectService_GetProjectTypes_Handler,
		},
		{
			MethodName: "GetProjects",
			Handler:    _ProjectService_GetProjects_Handler,
		},
		{
			MethodName: "GetRunningWorkflows",
			Handler:    _ProjectService_GetRunningWorkflows_Handler,
		},
		{
			MethodName: "GetWorkflowRuns",
			Handler:    _ProjectService_GetWorkflowRuns_Handler,
		},
		{
			MethodName: "LoadProject",
			Handler:    _ProjectService_LoadProject_Handler,
		},
		{
			MethodName: "NewNode",
			Handler:    _ProjectService_NewNode_Handler,
		},
		{
			MethodName: "SaveProject",
			Handler:    _ProjectService_SaveProject_Handler,
		},
		{
			MethodName: "StopWorkflow",
			Handler:    _ProjectService_StopWorkflow_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "RunGRPCMethod",
			Handler:       _ProjectService_RunGRPCMethod_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "RunWorkflow",
			Handler:       _ProjectService_RunWorkflow_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "project.proto",
}

ProjectService_ServiceDesc is the grpc.ServiceDesc for ProjectService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterGenerateServiceServer

func RegisterGenerateServiceServer(s grpc.ServiceRegistrar, srv GenerateServiceServer)

func RegisterOpenAIServiceServer

func RegisterOpenAIServiceServer(s grpc.ServiceRegistrar, srv OpenAIServiceServer)

func RegisterProjectServiceServer

func RegisterProjectServiceServer(s grpc.ServiceRegistrar, srv ProjectServiceServer)

Types

type AddMethodRequest

type AddMethodRequest struct {
	File    string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Package string `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty"`
	Service string `protobuf:"bytes,3,opt,name=service,proto3" json:"service,omitempty"`
	Method  string `protobuf:"bytes,4,opt,name=method,proto3" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMethodRequest) Descriptor deprecated

func (*AddMethodRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddMethodRequest.ProtoReflect.Descriptor instead.

func (*AddMethodRequest) GetFile

func (x *AddMethodRequest) GetFile() string

func (*AddMethodRequest) GetMethod

func (x *AddMethodRequest) GetMethod() string

func (*AddMethodRequest) GetPackage

func (x *AddMethodRequest) GetPackage() string

func (*AddMethodRequest) GetService

func (x *AddMethodRequest) GetService() string

func (*AddMethodRequest) ProtoMessage

func (*AddMethodRequest) ProtoMessage()

func (*AddMethodRequest) ProtoReflect

func (x *AddMethodRequest) ProtoReflect() protoreflect.Message

func (*AddMethodRequest) Reset

func (x *AddMethodRequest) Reset()

func (*AddMethodRequest) String

func (x *AddMethodRequest) String() string

type AddMethodResponse

type AddMethodResponse struct {
	// contains filtered or unexported fields
}

func (*AddMethodResponse) Descriptor deprecated

func (*AddMethodResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddMethodResponse.ProtoReflect.Descriptor instead.

func (*AddMethodResponse) ProtoMessage

func (*AddMethodResponse) ProtoMessage()

func (*AddMethodResponse) ProtoReflect

func (x *AddMethodResponse) ProtoReflect() protoreflect.Message

func (*AddMethodResponse) Reset

func (x *AddMethodResponse) Reset()

func (*AddMethodResponse) String

func (x *AddMethodResponse) String() string

type CreateProjectRequest

type CreateProjectRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectRequest) Descriptor deprecated

func (*CreateProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectRequest) GetName

func (x *CreateProjectRequest) GetName() string

func (*CreateProjectRequest) ProtoMessage

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) ProtoReflect

func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message

func (*CreateProjectRequest) Reset

func (x *CreateProjectRequest) Reset()

func (*CreateProjectRequest) String

func (x *CreateProjectRequest) String() string

type CreateProjectResponse

type CreateProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectResponse) Descriptor deprecated

func (*CreateProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectResponse) GetProject

func (x *CreateProjectResponse) GetProject() *Project

func (*CreateProjectResponse) ProtoMessage

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) ProtoReflect

func (x *CreateProjectResponse) ProtoReflect() protoreflect.Message

func (*CreateProjectResponse) Reset

func (x *CreateProjectResponse) Reset()

func (*CreateProjectResponse) String

func (x *CreateProjectResponse) String() string

type Data

type Data struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

func (*Data) Descriptor() ([]byte, []int)

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetValue

func (x *Data) GetValue() string

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

func (x *Data) ProtoReflect() protoreflect.Message

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type DeleteProjectRequest

type DeleteProjectRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProjectRequest) Descriptor deprecated

func (*DeleteProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteProjectRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectRequest) GetId

func (x *DeleteProjectRequest) GetId() string

func (*DeleteProjectRequest) ProtoMessage

func (*DeleteProjectRequest) ProtoMessage()

func (*DeleteProjectRequest) ProtoReflect

func (x *DeleteProjectRequest) ProtoReflect() protoreflect.Message

func (*DeleteProjectRequest) Reset

func (x *DeleteProjectRequest) Reset()

func (*DeleteProjectRequest) String

func (x *DeleteProjectRequest) String() string

type DeleteProjectResponse

type DeleteProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProjectResponse) Descriptor deprecated

func (*DeleteProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteProjectResponse.ProtoReflect.Descriptor instead.

func (*DeleteProjectResponse) GetProject

func (x *DeleteProjectResponse) GetProject() *Project

func (*DeleteProjectResponse) ProtoMessage

func (*DeleteProjectResponse) ProtoMessage()

func (*DeleteProjectResponse) ProtoReflect

func (x *DeleteProjectResponse) ProtoReflect() protoreflect.Message

func (*DeleteProjectResponse) Reset

func (x *DeleteProjectResponse) Reset()

func (*DeleteProjectResponse) String

func (x *DeleteProjectResponse) String() string

type DirectionResponse

type DirectionResponse struct {
	Ingredients []string `protobuf:"bytes,1,rep,name=ingredients,proto3" json:"ingredients,omitempty"`
	Quantities  []string `protobuf:"bytes,2,rep,name=quantities,proto3" json:"quantities,omitempty"`
	Steps       []string `protobuf:"bytes,3,rep,name=steps,proto3" json:"steps,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectionResponse) Descriptor deprecated

func (*DirectionResponse) Descriptor() ([]byte, []int)

Deprecated: Use DirectionResponse.ProtoReflect.Descriptor instead.

func (*DirectionResponse) GetIngredients

func (x *DirectionResponse) GetIngredients() []string

func (*DirectionResponse) GetQuantities

func (x *DirectionResponse) GetQuantities() []string

func (*DirectionResponse) GetSteps

func (x *DirectionResponse) GetSteps() []string

func (*DirectionResponse) ProtoMessage

func (*DirectionResponse) ProtoMessage()

func (*DirectionResponse) ProtoReflect

func (x *DirectionResponse) ProtoReflect() protoreflect.Message

func (*DirectionResponse) Reset

func (x *DirectionResponse) Reset()

func (*DirectionResponse) String

func (x *DirectionResponse) String() string

type Edge

type Edge struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	From string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To   string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	// Types that are assignable to Type:
	//
	//	*Edge_Provides
	//	*Edge_Map
	//	*Edge_Filter
	//	*Edge_Reduce
	Type isEdge_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*Edge) Descriptor deprecated

func (*Edge) Descriptor() ([]byte, []int)

Deprecated: Use Edge.ProtoReflect.Descriptor instead.

func (*Edge) GetFilter

func (x *Edge) GetFilter() *Filter

func (*Edge) GetFrom

func (x *Edge) GetFrom() string

func (*Edge) GetId

func (x *Edge) GetId() string

func (*Edge) GetMap

func (x *Edge) GetMap() *Map

func (*Edge) GetProvides

func (x *Edge) GetProvides() *Provides

func (*Edge) GetReduce

func (x *Edge) GetReduce() *Reduce

func (*Edge) GetTo

func (x *Edge) GetTo() string

func (*Edge) GetType

func (m *Edge) GetType() isEdge_Type

func (*Edge) ProtoMessage

func (*Edge) ProtoMessage()

func (*Edge) ProtoReflect

func (x *Edge) ProtoReflect() protoreflect.Message

func (*Edge) Reset

func (x *Edge) Reset()

func (*Edge) String

func (x *Edge) String() string

type Edge_Filter

type Edge_Filter struct {
	Filter *Filter `protobuf:"bytes,7,opt,name=filter,proto3,oneof"`
}

type Edge_Map

type Edge_Map struct {
	Map *Map `protobuf:"bytes,6,opt,name=map,proto3,oneof"`
}

type Edge_Provides

type Edge_Provides struct {
	Provides *Provides `protobuf:"bytes,5,opt,name=provides,proto3,oneof"`
}

type Edge_Reduce

type Edge_Reduce struct {
	Reduce *Reduce `protobuf:"bytes,8,opt,name=reduce,proto3,oneof"`
}

type EnumeratedProvider

type EnumeratedProvider struct {
	Provider *NodeDetails  `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	Nodes    []*Node       `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"`
	Info     *ProviderInfo `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumeratedProvider) Descriptor deprecated

func (*EnumeratedProvider) Descriptor() ([]byte, []int)

Deprecated: Use EnumeratedProvider.ProtoReflect.Descriptor instead.

func (*EnumeratedProvider) GetInfo

func (x *EnumeratedProvider) GetInfo() *ProviderInfo

func (*EnumeratedProvider) GetNodes

func (x *EnumeratedProvider) GetNodes() []*Node

func (*EnumeratedProvider) GetProvider

func (x *EnumeratedProvider) GetProvider() *NodeDetails

func (*EnumeratedProvider) ProtoMessage

func (*EnumeratedProvider) ProtoMessage()

func (*EnumeratedProvider) ProtoReflect

func (x *EnumeratedProvider) ProtoReflect() protoreflect.Message

func (*EnumeratedProvider) Reset

func (x *EnumeratedProvider) Reset()

func (*EnumeratedProvider) String

func (x *EnumeratedProvider) String() string

type ExportProjectRequest

type ExportProjectRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Path      string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportProjectRequest) Descriptor deprecated

func (*ExportProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExportProjectRequest.ProtoReflect.Descriptor instead.

func (*ExportProjectRequest) GetPath

func (x *ExportProjectRequest) GetPath() string

func (*ExportProjectRequest) GetProjectId

func (x *ExportProjectRequest) GetProjectId() string

func (*ExportProjectRequest) ProtoMessage

func (*ExportProjectRequest) ProtoMessage()

func (*ExportProjectRequest) ProtoReflect

func (x *ExportProjectRequest) ProtoReflect() protoreflect.Message

func (*ExportProjectRequest) Reset

func (x *ExportProjectRequest) Reset()

func (*ExportProjectRequest) String

func (x *ExportProjectRequest) String() string

type ExportProjectResponse

type ExportProjectResponse struct {
	// contains filtered or unexported fields
}

func (*ExportProjectResponse) Descriptor deprecated

func (*ExportProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExportProjectResponse.ProtoReflect.Descriptor instead.

func (*ExportProjectResponse) ProtoMessage

func (*ExportProjectResponse) ProtoMessage()

func (*ExportProjectResponse) ProtoReflect

func (x *ExportProjectResponse) ProtoReflect() protoreflect.Message

func (*ExportProjectResponse) Reset

func (x *ExportProjectResponse) Reset()

func (*ExportProjectResponse) String

func (x *ExportProjectResponse) String() string

type Filter

type Filter struct {
	Adapter string `protobuf:"bytes,1,opt,name=adapter,proto3" json:"adapter,omitempty"`
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated

func (*Filter) Descriptor() ([]byte, []int)

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetAdapter

func (x *Filter) GetAdapter() string

func (*Filter) ProtoMessage

func (*Filter) ProtoMessage()

func (*Filter) ProtoReflect

func (x *Filter) ProtoReflect() protoreflect.Message

func (*Filter) Reset

func (x *Filter) Reset()

func (*Filter) String

func (x *Filter) String() string

type GRPCMethod

type GRPCMethod struct {
	Name     string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	TypeInfo *GRPCTypeInfo `protobuf:"bytes,2,opt,name=type_info,json=typeInfo,proto3" json:"type_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GRPCMethod) Descriptor deprecated

func (*GRPCMethod) Descriptor() ([]byte, []int)

Deprecated: Use GRPCMethod.ProtoReflect.Descriptor instead.

func (*GRPCMethod) GetName

func (x *GRPCMethod) GetName() string

func (*GRPCMethod) GetTypeInfo

func (x *GRPCMethod) GetTypeInfo() *GRPCTypeInfo

func (*GRPCMethod) ProtoMessage

func (*GRPCMethod) ProtoMessage()

func (*GRPCMethod) ProtoReflect

func (x *GRPCMethod) ProtoReflect() protoreflect.Message

func (*GRPCMethod) Reset

func (x *GRPCMethod) Reset()

func (*GRPCMethod) String

func (x *GRPCMethod) String() string

type GRPCService

type GRPCService struct {
	Package string        `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
	Name    string        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Methods []*GRPCMethod `protobuf:"bytes,3,rep,name=methods,proto3" json:"methods,omitempty"`
	File    string        `protobuf:"bytes,4,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*GRPCService) Descriptor deprecated

func (*GRPCService) Descriptor() ([]byte, []int)

Deprecated: Use GRPCService.ProtoReflect.Descriptor instead.

func (*GRPCService) GetFile

func (x *GRPCService) GetFile() string

func (*GRPCService) GetMethods

func (x *GRPCService) GetMethods() []*GRPCMethod

func (*GRPCService) GetName

func (x *GRPCService) GetName() string

func (*GRPCService) GetPackage

func (x *GRPCService) GetPackage() string

func (*GRPCService) ProtoMessage

func (*GRPCService) ProtoMessage()

func (*GRPCService) ProtoReflect

func (x *GRPCService) ProtoReflect() protoreflect.Message

func (*GRPCService) Reset

func (x *GRPCService) Reset()

func (*GRPCService) String

func (x *GRPCService) String() string

type GRPCTypeInfo

type GRPCTypeInfo struct {
	Input       *descriptorpb.DescriptorProto                `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	Output      *descriptorpb.DescriptorProto                `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	DescLookup  map[string]*descriptorpb.DescriptorProto     `` /* 179-byte string literal not displayed */
	EnumLookup  map[string]*descriptorpb.EnumDescriptorProto `` /* 179-byte string literal not displayed */
	MethodDesc  *descriptorpb.MethodDescriptorProto          `protobuf:"bytes,5,opt,name=method_desc,json=methodDesc,proto3" json:"method_desc,omitempty"`
	PackageName string                                       `protobuf:"bytes,6,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GRPCTypeInfo) Descriptor deprecated

func (*GRPCTypeInfo) Descriptor() ([]byte, []int)

Deprecated: Use GRPCTypeInfo.ProtoReflect.Descriptor instead.

func (*GRPCTypeInfo) GetDescLookup

func (x *GRPCTypeInfo) GetDescLookup() map[string]*descriptorpb.DescriptorProto

func (*GRPCTypeInfo) GetEnumLookup

func (x *GRPCTypeInfo) GetEnumLookup() map[string]*descriptorpb.EnumDescriptorProto

func (*GRPCTypeInfo) GetInput

func (x *GRPCTypeInfo) GetInput() *descriptorpb.DescriptorProto

func (*GRPCTypeInfo) GetMethodDesc

func (x *GRPCTypeInfo) GetMethodDesc() *descriptorpb.MethodDescriptorProto

func (*GRPCTypeInfo) GetOutput

func (x *GRPCTypeInfo) GetOutput() *descriptorpb.DescriptorProto

func (*GRPCTypeInfo) GetPackageName

func (x *GRPCTypeInfo) GetPackageName() string

func (*GRPCTypeInfo) ProtoMessage

func (*GRPCTypeInfo) ProtoMessage()

func (*GRPCTypeInfo) ProtoReflect

func (x *GRPCTypeInfo) ProtoReflect() protoreflect.Message

func (*GRPCTypeInfo) Reset

func (x *GRPCTypeInfo) Reset()

func (*GRPCTypeInfo) String

func (x *GRPCTypeInfo) String() string

type GenerateAIStubRequest

type GenerateAIStubRequest struct {
	Language    string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateAIStubRequest) Descriptor deprecated

func (*GenerateAIStubRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateAIStubRequest.ProtoReflect.Descriptor instead.

func (*GenerateAIStubRequest) GetDescription

func (x *GenerateAIStubRequest) GetDescription() string

func (*GenerateAIStubRequest) GetLanguage

func (x *GenerateAIStubRequest) GetLanguage() string

func (*GenerateAIStubRequest) ProtoMessage

func (*GenerateAIStubRequest) ProtoMessage()

func (*GenerateAIStubRequest) ProtoReflect

func (x *GenerateAIStubRequest) ProtoReflect() protoreflect.Message

func (*GenerateAIStubRequest) Reset

func (x *GenerateAIStubRequest) Reset()

func (*GenerateAIStubRequest) String

func (x *GenerateAIStubRequest) String() string

type GenerateCode

type GenerateCode struct {

	// Code that has been generated.
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateCode) Descriptor deprecated

func (*GenerateCode) Descriptor() ([]byte, []int)

Deprecated: Use GenerateCode.ProtoReflect.Descriptor instead.

func (*GenerateCode) GetCode

func (x *GenerateCode) GetCode() string

func (*GenerateCode) ProtoMessage

func (*GenerateCode) ProtoMessage()

func (*GenerateCode) ProtoReflect

func (x *GenerateCode) ProtoReflect() protoreflect.Message

func (*GenerateCode) Reset

func (x *GenerateCode) Reset()

func (*GenerateCode) String

func (x *GenerateCode) String() string

type GenerateImplementationRequest

type GenerateImplementationRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	NodeId    string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateImplementationRequest) Descriptor deprecated

func (*GenerateImplementationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateImplementationRequest.ProtoReflect.Descriptor instead.

func (*GenerateImplementationRequest) GetNodeId

func (x *GenerateImplementationRequest) GetNodeId() string

func (*GenerateImplementationRequest) GetProjectId

func (x *GenerateImplementationRequest) GetProjectId() string

func (*GenerateImplementationRequest) ProtoMessage

func (*GenerateImplementationRequest) ProtoMessage()

func (*GenerateImplementationRequest) ProtoReflect

func (*GenerateImplementationRequest) Reset

func (x *GenerateImplementationRequest) Reset()

func (*GenerateImplementationRequest) String

type GenerateImplementationResponse

type GenerateImplementationResponse struct {
	// contains filtered or unexported fields
}

func (*GenerateImplementationResponse) Descriptor deprecated

func (*GenerateImplementationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateImplementationResponse.ProtoReflect.Descriptor instead.

func (*GenerateImplementationResponse) ProtoMessage

func (*GenerateImplementationResponse) ProtoMessage()

func (*GenerateImplementationResponse) ProtoReflect

func (*GenerateImplementationResponse) Reset

func (x *GenerateImplementationResponse) Reset()

func (*GenerateImplementationResponse) String

type GenerateRequest

type GenerateRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateRequest) Descriptor deprecated

func (*GenerateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateRequest.ProtoReflect.Descriptor instead.

func (*GenerateRequest) GetProjectId

func (x *GenerateRequest) GetProjectId() string

func (*GenerateRequest) ProtoMessage

func (*GenerateRequest) ProtoMessage()

func (*GenerateRequest) ProtoReflect

func (x *GenerateRequest) ProtoReflect() protoreflect.Message

func (*GenerateRequest) Reset

func (x *GenerateRequest) Reset()

func (*GenerateRequest) String

func (x *GenerateRequest) String() string

type GenerateResponse

type GenerateResponse struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateResponse) Descriptor deprecated

func (*GenerateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateResponse.ProtoReflect.Descriptor instead.

func (*GenerateResponse) GetProjectId

func (x *GenerateResponse) GetProjectId() string

func (*GenerateResponse) ProtoMessage

func (*GenerateResponse) ProtoMessage()

func (*GenerateResponse) ProtoReflect

func (x *GenerateResponse) ProtoReflect() protoreflect.Message

func (*GenerateResponse) Reset

func (x *GenerateResponse) Reset()

func (*GenerateResponse) String

func (x *GenerateResponse) String() string

type GenerateServiceClient

type GenerateServiceClient interface {
	Generate(ctx context.Context, in *GenerateRequest, opts ...grpc.CallOption) (*GenerateResponse, error)
	GenerateImplementation(ctx context.Context, in *GenerateImplementationRequest, opts ...grpc.CallOption) (*GenerateImplementationResponse, error)
	InferNodeType(ctx context.Context, in *InferNodeTypeRequest, opts ...grpc.CallOption) (*InfertNodeTypeResponse, error)
}

GenerateServiceClient is the client API for GenerateService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type GenerateServiceServer

GenerateServiceServer is the server API for GenerateService service. All implementations should embed UnimplementedGenerateServiceServer for forward compatibility

type GetGRPCServerInfoRequest

type GetGRPCServerInfoRequest struct {
	Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGRPCServerInfoRequest) Descriptor deprecated

func (*GetGRPCServerInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGRPCServerInfoRequest.ProtoReflect.Descriptor instead.

func (*GetGRPCServerInfoRequest) GetHost

func (x *GetGRPCServerInfoRequest) GetHost() string

func (*GetGRPCServerInfoRequest) ProtoMessage

func (*GetGRPCServerInfoRequest) ProtoMessage()

func (*GetGRPCServerInfoRequest) ProtoReflect

func (x *GetGRPCServerInfoRequest) ProtoReflect() protoreflect.Message

func (*GetGRPCServerInfoRequest) Reset

func (x *GetGRPCServerInfoRequest) Reset()

func (*GetGRPCServerInfoRequest) String

func (x *GetGRPCServerInfoRequest) String() string

type GetGRPCServerInfoResponse

type GetGRPCServerInfoResponse struct {
	Services []*GRPCService `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGRPCServerInfoResponse) Descriptor deprecated

func (*GetGRPCServerInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetGRPCServerInfoResponse.ProtoReflect.Descriptor instead.

func (*GetGRPCServerInfoResponse) GetServices

func (x *GetGRPCServerInfoResponse) GetServices() []*GRPCService

func (*GetGRPCServerInfoResponse) ProtoMessage

func (*GetGRPCServerInfoResponse) ProtoMessage()

func (*GetGRPCServerInfoResponse) ProtoReflect

func (*GetGRPCServerInfoResponse) Reset

func (x *GetGRPCServerInfoResponse) Reset()

func (*GetGRPCServerInfoResponse) String

func (x *GetGRPCServerInfoResponse) String() string

type GetNodeInfoRequest

type GetNodeInfoRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	NodeId    string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNodeInfoRequest) Descriptor deprecated

func (*GetNodeInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNodeInfoRequest.ProtoReflect.Descriptor instead.

func (*GetNodeInfoRequest) GetNodeId

func (x *GetNodeInfoRequest) GetNodeId() string

func (*GetNodeInfoRequest) GetProjectId

func (x *GetNodeInfoRequest) GetProjectId() string

func (*GetNodeInfoRequest) ProtoMessage

func (*GetNodeInfoRequest) ProtoMessage()

func (*GetNodeInfoRequest) ProtoReflect

func (x *GetNodeInfoRequest) ProtoReflect() protoreflect.Message

func (*GetNodeInfoRequest) Reset

func (x *GetNodeInfoRequest) Reset()

func (*GetNodeInfoRequest) String

func (x *GetNodeInfoRequest) String() string

type GetNodeInfoResponse

type GetNodeInfoResponse struct {
	MethodProto string        `protobuf:"bytes,1,opt,name=method_proto,json=methodProto,proto3" json:"method_proto,omitempty"`
	TypeInfo    *GRPCTypeInfo `protobuf:"bytes,2,opt,name=type_info,json=typeInfo,proto3" json:"type_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNodeInfoResponse) Descriptor deprecated

func (*GetNodeInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetNodeInfoResponse.ProtoReflect.Descriptor instead.

func (*GetNodeInfoResponse) GetMethodProto

func (x *GetNodeInfoResponse) GetMethodProto() string

func (*GetNodeInfoResponse) GetTypeInfo

func (x *GetNodeInfoResponse) GetTypeInfo() *GRPCTypeInfo

func (*GetNodeInfoResponse) ProtoMessage

func (*GetNodeInfoResponse) ProtoMessage()

func (*GetNodeInfoResponse) ProtoReflect

func (x *GetNodeInfoResponse) ProtoReflect() protoreflect.Message

func (*GetNodeInfoResponse) Reset

func (x *GetNodeInfoResponse) Reset()

func (*GetNodeInfoResponse) String

func (x *GetNodeInfoResponse) String() string

type GetProjectRequest

type GetProjectRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectRequest) Descriptor deprecated

func (*GetProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) GetId

func (x *GetProjectRequest) GetId() string

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect

func (x *GetProjectRequest) ProtoReflect() protoreflect.Message

func (*GetProjectRequest) Reset

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (x *GetProjectRequest) String() string

type GetProjectResponse

type GetProjectResponse struct {
	Project *Project      `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	Types   *ProjectTypes `protobuf:"bytes,2,opt,name=types,proto3" json:"types,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectResponse) Descriptor deprecated

func (*GetProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead.

func (*GetProjectResponse) GetProject

func (x *GetProjectResponse) GetProject() *Project

func (*GetProjectResponse) GetTypes

func (x *GetProjectResponse) GetTypes() *ProjectTypes

func (*GetProjectResponse) ProtoMessage

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) ProtoReflect

func (x *GetProjectResponse) ProtoReflect() protoreflect.Message

func (*GetProjectResponse) Reset

func (x *GetProjectResponse) Reset()

func (*GetProjectResponse) String

func (x *GetProjectResponse) String() string

type GetProjectTypesRequest

type GetProjectTypesRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectTypesRequest) Descriptor deprecated

func (*GetProjectTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectTypesRequest.ProtoReflect.Descriptor instead.

func (*GetProjectTypesRequest) GetProjectId

func (x *GetProjectTypesRequest) GetProjectId() string

func (*GetProjectTypesRequest) ProtoMessage

func (*GetProjectTypesRequest) ProtoMessage()

func (*GetProjectTypesRequest) ProtoReflect

func (x *GetProjectTypesRequest) ProtoReflect() protoreflect.Message

func (*GetProjectTypesRequest) Reset

func (x *GetProjectTypesRequest) Reset()

func (*GetProjectTypesRequest) String

func (x *GetProjectTypesRequest) String() string

type GetProjectsRequest

type GetProjectsRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectsRequest) Descriptor deprecated

func (*GetProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectsRequest.ProtoReflect.Descriptor instead.

func (*GetProjectsRequest) GetName

func (x *GetProjectsRequest) GetName() string

func (*GetProjectsRequest) ProtoMessage

func (*GetProjectsRequest) ProtoMessage()

func (*GetProjectsRequest) ProtoReflect

func (x *GetProjectsRequest) ProtoReflect() protoreflect.Message

func (*GetProjectsRequest) Reset

func (x *GetProjectsRequest) Reset()

func (*GetProjectsRequest) String

func (x *GetProjectsRequest) String() string

type GetProjectsResponse

type GetProjectsResponse struct {
	Projects []*GetProjectResponse `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectsResponse) Descriptor deprecated

func (*GetProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectsResponse.ProtoReflect.Descriptor instead.

func (*GetProjectsResponse) GetProjects

func (x *GetProjectsResponse) GetProjects() []*GetProjectResponse

func (*GetProjectsResponse) ProtoMessage

func (*GetProjectsResponse) ProtoMessage()

func (*GetProjectsResponse) ProtoReflect

func (x *GetProjectsResponse) ProtoReflect() protoreflect.Message

func (*GetProjectsResponse) Reset

func (x *GetProjectsResponse) Reset()

func (*GetProjectsResponse) String

func (x *GetProjectsResponse) String() string

type GetProvidersRequest

type GetProvidersRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProvidersRequest) Descriptor deprecated

func (*GetProvidersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProvidersRequest.ProtoReflect.Descriptor instead.

func (*GetProvidersRequest) GetProjectId

func (x *GetProvidersRequest) GetProjectId() string

func (*GetProvidersRequest) ProtoMessage

func (*GetProvidersRequest) ProtoMessage()

func (*GetProvidersRequest) ProtoReflect

func (x *GetProvidersRequest) ProtoReflect() protoreflect.Message

func (*GetProvidersRequest) Reset

func (x *GetProvidersRequest) Reset()

func (*GetProvidersRequest) String

func (x *GetProvidersRequest) String() string

type GetProvidersResponse

type GetProvidersResponse struct {
	Providers []*EnumeratedProvider `protobuf:"bytes,1,rep,name=providers,proto3" json:"providers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProvidersResponse) Descriptor deprecated

func (*GetProvidersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProvidersResponse.ProtoReflect.Descriptor instead.

func (*GetProvidersResponse) GetProviders

func (x *GetProvidersResponse) GetProviders() []*EnumeratedProvider

func (*GetProvidersResponse) ProtoMessage

func (*GetProvidersResponse) ProtoMessage()

func (*GetProvidersResponse) ProtoReflect

func (x *GetProvidersResponse) ProtoReflect() protoreflect.Message

func (*GetProvidersResponse) Reset

func (x *GetProvidersResponse) Reset()

func (*GetProvidersResponse) String

func (x *GetProvidersResponse) String() string

type GetRunningWorkflowResponse

type GetRunningWorkflowResponse struct {
	Traces []*WorkflowTrace `protobuf:"bytes,1,rep,name=traces,proto3" json:"traces,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRunningWorkflowResponse) Descriptor deprecated

func (*GetRunningWorkflowResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRunningWorkflowResponse.ProtoReflect.Descriptor instead.

func (*GetRunningWorkflowResponse) GetTraces

func (x *GetRunningWorkflowResponse) GetTraces() []*WorkflowTrace

func (*GetRunningWorkflowResponse) ProtoMessage

func (*GetRunningWorkflowResponse) ProtoMessage()

func (*GetRunningWorkflowResponse) ProtoReflect

func (*GetRunningWorkflowResponse) Reset

func (x *GetRunningWorkflowResponse) Reset()

func (*GetRunningWorkflowResponse) String

func (x *GetRunningWorkflowResponse) String() string

type GetRunningWorkflowsRequest

type GetRunningWorkflowsRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRunningWorkflowsRequest) Descriptor deprecated

func (*GetRunningWorkflowsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRunningWorkflowsRequest.ProtoReflect.Descriptor instead.

func (*GetRunningWorkflowsRequest) GetProjectId

func (x *GetRunningWorkflowsRequest) GetProjectId() string

func (*GetRunningWorkflowsRequest) ProtoMessage

func (*GetRunningWorkflowsRequest) ProtoMessage()

func (*GetRunningWorkflowsRequest) ProtoReflect

func (*GetRunningWorkflowsRequest) Reset

func (x *GetRunningWorkflowsRequest) Reset()

func (*GetRunningWorkflowsRequest) String

func (x *GetRunningWorkflowsRequest) String() string

type GetWorkflowRunsRequest

type GetWorkflowRunsRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowRunsRequest) Descriptor deprecated

func (*GetWorkflowRunsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkflowRunsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowRunsRequest) GetProjectId

func (x *GetWorkflowRunsRequest) GetProjectId() string

func (*GetWorkflowRunsRequest) ProtoMessage

func (*GetWorkflowRunsRequest) ProtoMessage()

func (*GetWorkflowRunsRequest) ProtoReflect

func (x *GetWorkflowRunsRequest) ProtoReflect() protoreflect.Message

func (*GetWorkflowRunsRequest) Reset

func (x *GetWorkflowRunsRequest) Reset()

func (*GetWorkflowRunsRequest) String

func (x *GetWorkflowRunsRequest) String() string

type GetWorkflowRunsResponse

type GetWorkflowRunsResponse struct {
	Runs []*WorkflowTrace `protobuf:"bytes,1,rep,name=runs,proto3" json:"runs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowRunsResponse) Descriptor deprecated

func (*GetWorkflowRunsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkflowRunsResponse.ProtoReflect.Descriptor instead.

func (*GetWorkflowRunsResponse) GetRuns

func (x *GetWorkflowRunsResponse) GetRuns() []*WorkflowTrace

func (*GetWorkflowRunsResponse) ProtoMessage

func (*GetWorkflowRunsResponse) ProtoMessage()

func (*GetWorkflowRunsResponse) ProtoReflect

func (x *GetWorkflowRunsResponse) ProtoReflect() protoreflect.Message

func (*GetWorkflowRunsResponse) Reset

func (x *GetWorkflowRunsResponse) Reset()

func (*GetWorkflowRunsResponse) String

func (x *GetWorkflowRunsResponse) String() string

type Graph

type Graph struct {
	Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	Edges []*Edge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"`
	// contains filtered or unexported fields
}

func (*Graph) Descriptor deprecated

func (*Graph) Descriptor() ([]byte, []int)

Deprecated: Use Graph.ProtoReflect.Descriptor instead.

func (*Graph) GetEdges

func (x *Graph) GetEdges() []*Edge

func (*Graph) GetNodes

func (x *Graph) GetNodes() []*Node

func (*Graph) ProtoMessage

func (*Graph) ProtoMessage()

func (*Graph) ProtoReflect

func (x *Graph) ProtoReflect() protoreflect.Message

func (*Graph) Reset

func (x *Graph) Reset()

func (*Graph) String

func (x *Graph) String() string

type GraphData

type GraphData struct {
	X float32 `protobuf:"fixed32,1,opt,name=x,proto3" json:"x,omitempty"`
	Y float32 `protobuf:"fixed32,2,opt,name=y,proto3" json:"y,omitempty"`
	// contains filtered or unexported fields
}

func (*GraphData) Descriptor deprecated

func (*GraphData) Descriptor() ([]byte, []int)

Deprecated: Use GraphData.ProtoReflect.Descriptor instead.

func (*GraphData) GetX

func (x *GraphData) GetX() float32

func (*GraphData) GetY

func (x *GraphData) GetY() float32

func (*GraphData) ProtoMessage

func (*GraphData) ProtoMessage()

func (*GraphData) ProtoReflect

func (x *GraphData) ProtoReflect() protoreflect.Message

func (*GraphData) Reset

func (x *GraphData) Reset()

func (*GraphData) String

func (x *GraphData) String() string

type InferNodeTypeRequest

type InferNodeTypeRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	NodeId    string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*InferNodeTypeRequest) Descriptor deprecated

func (*InferNodeTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use InferNodeTypeRequest.ProtoReflect.Descriptor instead.

func (*InferNodeTypeRequest) GetNodeId

func (x *InferNodeTypeRequest) GetNodeId() string

func (*InferNodeTypeRequest) GetProjectId

func (x *InferNodeTypeRequest) GetProjectId() string

func (*InferNodeTypeRequest) ProtoMessage

func (*InferNodeTypeRequest) ProtoMessage()

func (*InferNodeTypeRequest) ProtoReflect

func (x *InferNodeTypeRequest) ProtoReflect() protoreflect.Message

func (*InferNodeTypeRequest) Reset

func (x *InferNodeTypeRequest) Reset()

func (*InferNodeTypeRequest) String

func (x *InferNodeTypeRequest) String() string

type InfertNodeTypeResponse

type InfertNodeTypeResponse struct {
	// contains filtered or unexported fields
}

func (*InfertNodeTypeResponse) Descriptor deprecated

func (*InfertNodeTypeResponse) Descriptor() ([]byte, []int)

Deprecated: Use InfertNodeTypeResponse.ProtoReflect.Descriptor instead.

func (*InfertNodeTypeResponse) ProtoMessage

func (*InfertNodeTypeResponse) ProtoMessage()

func (*InfertNodeTypeResponse) ProtoReflect

func (x *InfertNodeTypeResponse) ProtoReflect() protoreflect.Message

func (*InfertNodeTypeResponse) Reset

func (x *InfertNodeTypeResponse) Reset()

func (*InfertNodeTypeResponse) String

func (x *InfertNodeTypeResponse) String() string

type LoadProjectRequest

type LoadProjectRequest struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadProjectRequest) Descriptor deprecated

func (*LoadProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoadProjectRequest.ProtoReflect.Descriptor instead.

func (*LoadProjectRequest) GetPath

func (x *LoadProjectRequest) GetPath() string

func (*LoadProjectRequest) ProtoMessage

func (*LoadProjectRequest) ProtoMessage()

func (*LoadProjectRequest) ProtoReflect

func (x *LoadProjectRequest) ProtoReflect() protoreflect.Message

func (*LoadProjectRequest) Reset

func (x *LoadProjectRequest) Reset()

func (*LoadProjectRequest) String

func (x *LoadProjectRequest) String() string

type LoadProjectResponse

type LoadProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadProjectResponse) Descriptor deprecated

func (*LoadProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use LoadProjectResponse.ProtoReflect.Descriptor instead.

func (*LoadProjectResponse) GetProject

func (x *LoadProjectResponse) GetProject() *Project

func (*LoadProjectResponse) ProtoMessage

func (*LoadProjectResponse) ProtoMessage()

func (*LoadProjectResponse) ProtoReflect

func (x *LoadProjectResponse) ProtoReflect() protoreflect.Message

func (*LoadProjectResponse) Reset

func (x *LoadProjectResponse) Reset()

func (*LoadProjectResponse) String

func (x *LoadProjectResponse) String() string

type Map

type Map struct {
	Adapter string `protobuf:"bytes,1,opt,name=adapter,proto3" json:"adapter,omitempty"`
	// contains filtered or unexported fields
}

func (*Map) Descriptor deprecated

func (*Map) Descriptor() ([]byte, []int)

Deprecated: Use Map.ProtoReflect.Descriptor instead.

func (*Map) GetAdapter

func (x *Map) GetAdapter() string

func (*Map) ProtoMessage

func (*Map) ProtoMessage()

func (*Map) ProtoReflect

func (x *Map) ProtoReflect() protoreflect.Message

func (*Map) Reset

func (x *Map) Reset()

func (*Map) String

func (x *Map) String() string

type NewNodeRequest

type NewNodeRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Node      *Node  `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"`
	// contains filtered or unexported fields
}

func (*NewNodeRequest) Descriptor deprecated

func (*NewNodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewNodeRequest.ProtoReflect.Descriptor instead.

func (*NewNodeRequest) GetNode

func (x *NewNodeRequest) GetNode() *Node

func (*NewNodeRequest) GetProjectId

func (x *NewNodeRequest) GetProjectId() string

func (*NewNodeRequest) ProtoMessage

func (*NewNodeRequest) ProtoMessage()

func (*NewNodeRequest) ProtoReflect

func (x *NewNodeRequest) ProtoReflect() protoreflect.Message

func (*NewNodeRequest) Reset

func (x *NewNodeRequest) Reset()

func (*NewNodeRequest) String

func (x *NewNodeRequest) String() string

type NewNodeResponse

type NewNodeResponse struct {
	Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// contains filtered or unexported fields
}

func (*NewNodeResponse) Descriptor deprecated

func (*NewNodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewNodeResponse.ProtoReflect.Descriptor instead.

func (*NewNodeResponse) GetNode

func (x *NewNodeResponse) GetNode() *Node

func (*NewNodeResponse) ProtoMessage

func (*NewNodeResponse) ProtoMessage()

func (*NewNodeResponse) ProtoReflect

func (x *NewNodeResponse) ProtoReflect() protoreflect.Message

func (*NewNodeResponse) Reset

func (x *NewNodeResponse) Reset()

func (*NewNodeResponse) String

func (x *NewNodeResponse) String() string

type Node

type Node struct {
	Id   string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	X    float32 `protobuf:"fixed32,4,opt,name=x,proto3" json:"x,omitempty"`
	Y    float32 `protobuf:"fixed32,5,opt,name=y,proto3" json:"y,omitempty"`
	// Types that are assignable to Type:
	//
	//	*Node_Data
	//	*Node_Reason
	//	*Node_Grpc
	//	*Node_Http
	//	*Node_Storage
	//	*Node_Code
	Type isNode_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

func (*Node) Descriptor() ([]byte, []int)

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetCode

func (x *Node) GetCode() *code.Code

func (*Node) GetData

func (x *Node) GetData() *data.Data

func (*Node) GetGrpc

func (x *Node) GetGrpc() *grpc.GRPC

func (*Node) GetHttp

func (x *Node) GetHttp() *http.HTTP

func (*Node) GetId

func (x *Node) GetId() string

func (*Node) GetName

func (x *Node) GetName() string

func (*Node) GetReason

func (x *Node) GetReason() *reason.Reason

func (*Node) GetStorage

func (x *Node) GetStorage() *storage.Storage

func (*Node) GetType

func (m *Node) GetType() isNode_Type

func (*Node) GetX

func (x *Node) GetX() float32

func (*Node) GetY

func (x *Node) GetY() float32

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

func (x *Node) ProtoReflect() protoreflect.Message

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

type NodeDetails

type NodeDetails struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeDetails) Descriptor deprecated

func (*NodeDetails) Descriptor() ([]byte, []int)

Deprecated: Use NodeDetails.ProtoReflect.Descriptor instead.

func (*NodeDetails) GetId

func (x *NodeDetails) GetId() string

func (*NodeDetails) GetName

func (x *NodeDetails) GetName() string

func (*NodeDetails) ProtoMessage

func (*NodeDetails) ProtoMessage()

func (*NodeDetails) ProtoReflect

func (x *NodeDetails) ProtoReflect() protoreflect.Message

func (*NodeDetails) Reset

func (x *NodeDetails) Reset()

func (*NodeDetails) String

func (x *NodeDetails) String() string

type NodeExecution

type NodeExecution struct {
	NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Output string `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeExecution) Descriptor deprecated

func (*NodeExecution) Descriptor() ([]byte, []int)

Deprecated: Use NodeExecution.ProtoReflect.Descriptor instead.

func (*NodeExecution) GetNodeId

func (x *NodeExecution) GetNodeId() string

func (*NodeExecution) GetOutput

func (x *NodeExecution) GetOutput() string

func (*NodeExecution) ProtoMessage

func (*NodeExecution) ProtoMessage()

func (*NodeExecution) ProtoReflect

func (x *NodeExecution) ProtoReflect() protoreflect.Message

func (*NodeExecution) Reset

func (x *NodeExecution) Reset()

func (*NodeExecution) String

func (x *NodeExecution) String() string

type Node_Code

type Node_Code struct {
	Code *code.Code `protobuf:"bytes,12,opt,name=code,proto3,oneof"`
}

type Node_Data

type Node_Data struct {
	Data *data.Data `protobuf:"bytes,7,opt,name=data,proto3,oneof"`
}

type Node_Grpc

type Node_Grpc struct {
	Grpc *grpc.GRPC `protobuf:"bytes,9,opt,name=grpc,proto3,oneof"`
}

type Node_Http

type Node_Http struct {
	Http *http.HTTP `protobuf:"bytes,10,opt,name=http,proto3,oneof"`
}

type Node_Reason

type Node_Reason struct {
	Reason *reason.Reason `protobuf:"bytes,8,opt,name=reason,proto3,oneof"`
}

type Node_Storage

type Node_Storage struct {
	Storage *storage.Storage `protobuf:"bytes,11,opt,name=storage,proto3,oneof"`
}

type OpenAIServiceClient

type OpenAIServiceClient interface {
	Prompt(ctx context.Context, in *PromptRequest, opts ...grpc.CallOption) (*PromptResponse, error)
}

OpenAIServiceClient is the client API for OpenAIService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type OpenAIServiceServer

type OpenAIServiceServer interface {
	Prompt(context.Context, *PromptRequest) (*PromptResponse, error)
}

OpenAIServiceServer is the server API for OpenAIService service. All implementations should embed UnimplementedOpenAIServiceServer for forward compatibility

type Project

type Project struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Graph *Graph `protobuf:"bytes,3,opt,name=graph,proto3" json:"graph,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetGraph

func (x *Project) GetGraph() *Graph

func (*Project) GetId

func (x *Project) GetId() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProjectServiceClient

type ProjectServiceClient interface {
	AddMethod(ctx context.Context, in *AddMethodRequest, opts ...grpc.CallOption) (*AddMethodResponse, error)
	CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*CreateProjectResponse, error)
	DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*DeleteProjectResponse, error)
	EnumerateProviders(ctx context.Context, in *GetProvidersRequest, opts ...grpc.CallOption) (*GetProvidersResponse, error)
	ExportProject(ctx context.Context, in *ExportProjectRequest, opts ...grpc.CallOption) (*ExportProjectResponse, error)
	GenerateAIStub(ctx context.Context, in *GenerateAIStubRequest, opts ...grpc.CallOption) (*GenerateCode, error)
	GetGRPCServerInfo(ctx context.Context, in *GetGRPCServerInfoRequest, opts ...grpc.CallOption) (*GetGRPCServerInfoResponse, error)
	GetNodeInfo(ctx context.Context, in *GetNodeInfoRequest, opts ...grpc.CallOption) (*GetNodeInfoResponse, error)
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error)
	GetProjectTypes(ctx context.Context, in *GetProjectTypesRequest, opts ...grpc.CallOption) (*ProjectTypes, error)
	GetProjects(ctx context.Context, in *GetProjectsRequest, opts ...grpc.CallOption) (*GetProjectsResponse, error)
	GetRunningWorkflows(ctx context.Context, in *GetRunningWorkflowsRequest, opts ...grpc.CallOption) (*GetRunningWorkflowResponse, error)
	GetWorkflowRuns(ctx context.Context, in *GetWorkflowRunsRequest, opts ...grpc.CallOption) (*GetWorkflowRunsResponse, error)
	LoadProject(ctx context.Context, in *LoadProjectRequest, opts ...grpc.CallOption) (*LoadProjectResponse, error)
	NewNode(ctx context.Context, in *NewNodeRequest, opts ...grpc.CallOption) (*NewNodeResponse, error)
	RunGRPCMethod(ctx context.Context, in *RunGRPCMethodRequest, opts ...grpc.CallOption) (ProjectService_RunGRPCMethodClient, error)
	RunWorkflow(ctx context.Context, in *RunWorkflowRequest, opts ...grpc.CallOption) (ProjectService_RunWorkflowClient, error)
	SaveProject(ctx context.Context, in *SaveProjectRequest, opts ...grpc.CallOption) (*SaveProjectResponse, error)
	StopWorkflow(ctx context.Context, in *StopWorkflowRequest, opts ...grpc.CallOption) (*StopWorkflowResponse, error)
}

ProjectServiceClient is the client API for ProjectService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ProjectServiceServer

type ProjectServiceServer interface {
	AddMethod(context.Context, *AddMethodRequest) (*AddMethodResponse, error)
	CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error)
	DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error)
	EnumerateProviders(context.Context, *GetProvidersRequest) (*GetProvidersResponse, error)
	ExportProject(context.Context, *ExportProjectRequest) (*ExportProjectResponse, error)
	GenerateAIStub(context.Context, *GenerateAIStubRequest) (*GenerateCode, error)
	GetGRPCServerInfo(context.Context, *GetGRPCServerInfoRequest) (*GetGRPCServerInfoResponse, error)
	GetNodeInfo(context.Context, *GetNodeInfoRequest) (*GetNodeInfoResponse, error)
	GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
	GetProjectTypes(context.Context, *GetProjectTypesRequest) (*ProjectTypes, error)
	GetProjects(context.Context, *GetProjectsRequest) (*GetProjectsResponse, error)
	GetRunningWorkflows(context.Context, *GetRunningWorkflowsRequest) (*GetRunningWorkflowResponse, error)
	GetWorkflowRuns(context.Context, *GetWorkflowRunsRequest) (*GetWorkflowRunsResponse, error)
	LoadProject(context.Context, *LoadProjectRequest) (*LoadProjectResponse, error)
	NewNode(context.Context, *NewNodeRequest) (*NewNodeResponse, error)
	RunGRPCMethod(*RunGRPCMethodRequest, ProjectService_RunGRPCMethodServer) error
	RunWorkflow(*RunWorkflowRequest, ProjectService_RunWorkflowServer) error
	SaveProject(context.Context, *SaveProjectRequest) (*SaveProjectResponse, error)
	StopWorkflow(context.Context, *StopWorkflowRequest) (*StopWorkflowResponse, error)
}

ProjectServiceServer is the server API for ProjectService service. All implementations should embed UnimplementedProjectServiceServer for forward compatibility

type ProjectService_RunGRPCMethodClient

type ProjectService_RunGRPCMethodClient interface {
	Recv() (*NodeExecution, error)
	grpc.ClientStream
}

type ProjectService_RunGRPCMethodServer

type ProjectService_RunGRPCMethodServer interface {
	Send(*NodeExecution) error
	grpc.ServerStream
}

type ProjectService_RunWorkflowClient

type ProjectService_RunWorkflowClient interface {
	Recv() (*NodeExecution, error)
	grpc.ClientStream
}

type ProjectService_RunWorkflowServer

type ProjectService_RunWorkflowServer interface {
	Send(*NodeExecution) error
	grpc.ServerStream
}

type ProjectTypes

type ProjectTypes struct {
	NodeType   *descriptorpb.DescriptorProto                `protobuf:"bytes,1,opt,name=node_type,json=nodeType,proto3" json:"node_type,omitempty"`
	EdgeType   *descriptorpb.DescriptorProto                `protobuf:"bytes,2,opt,name=edge_type,json=edgeType,proto3" json:"edge_type,omitempty"`
	DescLookup map[string]*descriptorpb.DescriptorProto     `` /* 179-byte string literal not displayed */
	EnumLookup map[string]*descriptorpb.EnumDescriptorProto `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ProjectTypes) Descriptor deprecated

func (*ProjectTypes) Descriptor() ([]byte, []int)

Deprecated: Use ProjectTypes.ProtoReflect.Descriptor instead.

func (*ProjectTypes) GetDescLookup

func (x *ProjectTypes) GetDescLookup() map[string]*descriptorpb.DescriptorProto

func (*ProjectTypes) GetEdgeType

func (x *ProjectTypes) GetEdgeType() *descriptorpb.DescriptorProto

func (*ProjectTypes) GetEnumLookup

func (x *ProjectTypes) GetEnumLookup() map[string]*descriptorpb.EnumDescriptorProto

func (*ProjectTypes) GetNodeType

func (x *ProjectTypes) GetNodeType() *descriptorpb.DescriptorProto

func (*ProjectTypes) ProtoMessage

func (*ProjectTypes) ProtoMessage()

func (*ProjectTypes) ProtoReflect

func (x *ProjectTypes) ProtoReflect() protoreflect.Message

func (*ProjectTypes) Reset

func (x *ProjectTypes) Reset()

func (*ProjectTypes) String

func (x *ProjectTypes) String() string

type PromptRequest

type PromptRequest struct {
	Prompt string `protobuf:"bytes,1,opt,name=prompt,proto3" json:"prompt,omitempty"`
	// contains filtered or unexported fields
}

func (*PromptRequest) Descriptor deprecated

func (*PromptRequest) Descriptor() ([]byte, []int)

Deprecated: Use PromptRequest.ProtoReflect.Descriptor instead.

func (*PromptRequest) GetPrompt

func (x *PromptRequest) GetPrompt() string

func (*PromptRequest) ProtoMessage

func (*PromptRequest) ProtoMessage()

func (*PromptRequest) ProtoReflect

func (x *PromptRequest) ProtoReflect() protoreflect.Message

func (*PromptRequest) Reset

func (x *PromptRequest) Reset()

func (*PromptRequest) String

func (x *PromptRequest) String() string

type PromptResponse

type PromptResponse struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*PromptResponse) Descriptor deprecated

func (*PromptResponse) Descriptor() ([]byte, []int)

Deprecated: Use PromptResponse.ProtoReflect.Descriptor instead.

func (*PromptResponse) GetText

func (x *PromptResponse) GetText() string

func (*PromptResponse) ProtoMessage

func (*PromptResponse) ProtoMessage()

func (*PromptResponse) ProtoReflect

func (x *PromptResponse) ProtoReflect() protoreflect.Message

func (*PromptResponse) Reset

func (x *PromptResponse) Reset()

func (*PromptResponse) String

func (x *PromptResponse) String() string

type ProviderInfo

type ProviderInfo struct {
	State ProviderState `protobuf:"varint,1,opt,name=state,proto3,enum=project.ProviderState" json:"state,omitempty"`
	Error string        `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ProviderInfo) Descriptor deprecated

func (*ProviderInfo) Descriptor() ([]byte, []int)

Deprecated: Use ProviderInfo.ProtoReflect.Descriptor instead.

func (*ProviderInfo) GetError

func (x *ProviderInfo) GetError() string

func (*ProviderInfo) GetState

func (x *ProviderInfo) GetState() ProviderState

func (*ProviderInfo) ProtoMessage

func (*ProviderInfo) ProtoMessage()

func (*ProviderInfo) ProtoReflect

func (x *ProviderInfo) ProtoReflect() protoreflect.Message

func (*ProviderInfo) Reset

func (x *ProviderInfo) Reset()

func (*ProviderInfo) String

func (x *ProviderInfo) String() string

type ProviderState

type ProviderState int32
const (
	ProviderState_UNKNOWN ProviderState = 0
	ProviderState_READY   ProviderState = 1
	ProviderState_ERROR   ProviderState = 2
)

func (ProviderState) Descriptor

func (ProviderState) Enum

func (x ProviderState) Enum() *ProviderState

func (ProviderState) EnumDescriptor deprecated

func (ProviderState) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProviderState.Descriptor instead.

func (ProviderState) Number

func (ProviderState) String

func (x ProviderState) String() string

func (ProviderState) Type

type Provides

type Provides struct {
	// contains filtered or unexported fields
}

func (*Provides) Descriptor deprecated

func (*Provides) Descriptor() ([]byte, []int)

Deprecated: Use Provides.ProtoReflect.Descriptor instead.

func (*Provides) ProtoMessage

func (*Provides) ProtoMessage()

func (*Provides) ProtoReflect

func (x *Provides) ProtoReflect() protoreflect.Message

func (*Provides) Reset

func (x *Provides) Reset()

func (*Provides) String

func (x *Provides) String() string

type Reduce

type Reduce struct {
	Adapter string `protobuf:"bytes,1,opt,name=adapter,proto3" json:"adapter,omitempty"`
	// contains filtered or unexported fields
}

func (*Reduce) Descriptor deprecated

func (*Reduce) Descriptor() ([]byte, []int)

Deprecated: Use Reduce.ProtoReflect.Descriptor instead.

func (*Reduce) GetAdapter

func (x *Reduce) GetAdapter() string

func (*Reduce) ProtoMessage

func (*Reduce) ProtoMessage()

func (*Reduce) ProtoReflect

func (x *Reduce) ProtoReflect() protoreflect.Message

func (*Reduce) Reset

func (x *Reduce) Reset()

func (*Reduce) String

func (x *Reduce) String() string

type RunGRPCMethodRequest

type RunGRPCMethodRequest struct {
	Host    string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	Method  string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	Input   string `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	Package string `protobuf:"bytes,5,opt,name=package,proto3" json:"package,omitempty"`
	// contains filtered or unexported fields
}

func (*RunGRPCMethodRequest) Descriptor deprecated

func (*RunGRPCMethodRequest) Descriptor() ([]byte, []int)

Deprecated: Use RunGRPCMethodRequest.ProtoReflect.Descriptor instead.

func (*RunGRPCMethodRequest) GetHost

func (x *RunGRPCMethodRequest) GetHost() string

func (*RunGRPCMethodRequest) GetInput

func (x *RunGRPCMethodRequest) GetInput() string

func (*RunGRPCMethodRequest) GetMethod

func (x *RunGRPCMethodRequest) GetMethod() string

func (*RunGRPCMethodRequest) GetPackage

func (x *RunGRPCMethodRequest) GetPackage() string

func (*RunGRPCMethodRequest) GetService

func (x *RunGRPCMethodRequest) GetService() string

func (*RunGRPCMethodRequest) ProtoMessage

func (*RunGRPCMethodRequest) ProtoMessage()

func (*RunGRPCMethodRequest) ProtoReflect

func (x *RunGRPCMethodRequest) ProtoReflect() protoreflect.Message

func (*RunGRPCMethodRequest) Reset

func (x *RunGRPCMethodRequest) Reset()

func (*RunGRPCMethodRequest) String

func (x *RunGRPCMethodRequest) String() string

type RunGRPCMethodResponse

type RunGRPCMethodResponse struct {
	Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*RunGRPCMethodResponse) Descriptor deprecated

func (*RunGRPCMethodResponse) Descriptor() ([]byte, []int)

Deprecated: Use RunGRPCMethodResponse.ProtoReflect.Descriptor instead.

func (*RunGRPCMethodResponse) GetOutput

func (x *RunGRPCMethodResponse) GetOutput() string

func (*RunGRPCMethodResponse) ProtoMessage

func (*RunGRPCMethodResponse) ProtoMessage()

func (*RunGRPCMethodResponse) ProtoReflect

func (x *RunGRPCMethodResponse) ProtoReflect() protoreflect.Message

func (*RunGRPCMethodResponse) Reset

func (x *RunGRPCMethodResponse) Reset()

func (*RunGRPCMethodResponse) String

func (x *RunGRPCMethodResponse) String() string

type RunWorkflowRequest

type RunWorkflowRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	NodeId      string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Input       string `protobuf:"bytes,3,opt,name=input,proto3" json:"input,omitempty"`
	StartServer bool   `protobuf:"varint,4,opt,name=start_server,json=startServer,proto3" json:"start_server,omitempty"`
	// contains filtered or unexported fields
}

func (*RunWorkflowRequest) Descriptor deprecated

func (*RunWorkflowRequest) Descriptor() ([]byte, []int)

Deprecated: Use RunWorkflowRequest.ProtoReflect.Descriptor instead.

func (*RunWorkflowRequest) GetInput

func (x *RunWorkflowRequest) GetInput() string

func (*RunWorkflowRequest) GetNodeId

func (x *RunWorkflowRequest) GetNodeId() string

func (*RunWorkflowRequest) GetProjectId

func (x *RunWorkflowRequest) GetProjectId() string

func (*RunWorkflowRequest) GetStartServer

func (x *RunWorkflowRequest) GetStartServer() bool

func (*RunWorkflowRequest) ProtoMessage

func (*RunWorkflowRequest) ProtoMessage()

func (*RunWorkflowRequest) ProtoReflect

func (x *RunWorkflowRequest) ProtoReflect() protoreflect.Message

func (*RunWorkflowRequest) Reset

func (x *RunWorkflowRequest) Reset()

func (*RunWorkflowRequest) String

func (x *RunWorkflowRequest) String() string

type RuntimeData

type RuntimeData struct {
	Name  string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Calls []string   `protobuf:"bytes,2,rep,name=calls,proto3" json:"calls,omitempty"`
	Graph *GraphData `protobuf:"bytes,3,opt,name=graph,proto3" json:"graph,omitempty"`
	// contains filtered or unexported fields
}

func (*RuntimeData) Descriptor deprecated

func (*RuntimeData) Descriptor() ([]byte, []int)

Deprecated: Use RuntimeData.ProtoReflect.Descriptor instead.

func (*RuntimeData) GetCalls

func (x *RuntimeData) GetCalls() []string

func (*RuntimeData) GetGraph

func (x *RuntimeData) GetGraph() *GraphData

func (*RuntimeData) GetName

func (x *RuntimeData) GetName() string

func (*RuntimeData) ProtoMessage

func (*RuntimeData) ProtoMessage()

func (*RuntimeData) ProtoReflect

func (x *RuntimeData) ProtoReflect() protoreflect.Message

func (*RuntimeData) Reset

func (x *RuntimeData) Reset()

func (*RuntimeData) String

func (x *RuntimeData) String() string

type SaveProjectRequest

type SaveProjectRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Graph     *Graph `protobuf:"bytes,2,opt,name=graph,proto3" json:"graph,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveProjectRequest) Descriptor deprecated

func (*SaveProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use SaveProjectRequest.ProtoReflect.Descriptor instead.

func (*SaveProjectRequest) GetGraph

func (x *SaveProjectRequest) GetGraph() *Graph

func (*SaveProjectRequest) GetProjectId

func (x *SaveProjectRequest) GetProjectId() string

func (*SaveProjectRequest) ProtoMessage

func (*SaveProjectRequest) ProtoMessage()

func (*SaveProjectRequest) ProtoReflect

func (x *SaveProjectRequest) ProtoReflect() protoreflect.Message

func (*SaveProjectRequest) Reset

func (x *SaveProjectRequest) Reset()

func (*SaveProjectRequest) String

func (x *SaveProjectRequest) String() string

type SaveProjectResponse

type SaveProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveProjectResponse) Descriptor deprecated

func (*SaveProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use SaveProjectResponse.ProtoReflect.Descriptor instead.

func (*SaveProjectResponse) GetProject

func (x *SaveProjectResponse) GetProject() *Project

func (*SaveProjectResponse) ProtoMessage

func (*SaveProjectResponse) ProtoMessage()

func (*SaveProjectResponse) ProtoReflect

func (x *SaveProjectResponse) ProtoReflect() protoreflect.Message

func (*SaveProjectResponse) Reset

func (x *SaveProjectResponse) Reset()

func (*SaveProjectResponse) String

func (x *SaveProjectResponse) String() string

type StopWorkflowRequest

type StopWorkflowRequest struct {
	ProjectId  string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	WorkflowId string `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StopWorkflowRequest) Descriptor deprecated

func (*StopWorkflowRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopWorkflowRequest.ProtoReflect.Descriptor instead.

func (*StopWorkflowRequest) GetProjectId

func (x *StopWorkflowRequest) GetProjectId() string

func (*StopWorkflowRequest) GetWorkflowId

func (x *StopWorkflowRequest) GetWorkflowId() string

func (*StopWorkflowRequest) ProtoMessage

func (*StopWorkflowRequest) ProtoMessage()

func (*StopWorkflowRequest) ProtoReflect

func (x *StopWorkflowRequest) ProtoReflect() protoreflect.Message

func (*StopWorkflowRequest) Reset

func (x *StopWorkflowRequest) Reset()

func (*StopWorkflowRequest) String

func (x *StopWorkflowRequest) String() string

type StopWorkflowResponse

type StopWorkflowResponse struct {
	// contains filtered or unexported fields
}

func (*StopWorkflowResponse) Descriptor deprecated

func (*StopWorkflowResponse) Descriptor() ([]byte, []int)

Deprecated: Use StopWorkflowResponse.ProtoReflect.Descriptor instead.

func (*StopWorkflowResponse) ProtoMessage

func (*StopWorkflowResponse) ProtoMessage()

func (*StopWorkflowResponse) ProtoReflect

func (x *StopWorkflowResponse) ProtoReflect() protoreflect.Message

func (*StopWorkflowResponse) Reset

func (x *StopWorkflowResponse) Reset()

func (*StopWorkflowResponse) String

func (x *StopWorkflowResponse) String() string

type Test3Request

type Test3Request struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Test3Request) Descriptor deprecated

func (*Test3Request) Descriptor() ([]byte, []int)

Deprecated: Use Test3Request.ProtoReflect.Descriptor instead.

func (*Test3Request) GetMessage

func (x *Test3Request) GetMessage() string

func (*Test3Request) ProtoMessage

func (*Test3Request) ProtoMessage()

func (*Test3Request) ProtoReflect

func (x *Test3Request) ProtoReflect() protoreflect.Message

func (*Test3Request) Reset

func (x *Test3Request) Reset()

func (*Test3Request) String

func (x *Test3Request) String() string

type Test3Response

type Test3Response struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*Test3Response) Descriptor deprecated

func (*Test3Response) Descriptor() ([]byte, []int)

Deprecated: Use Test3Response.ProtoReflect.Descriptor instead.

func (*Test3Response) GetResult

func (x *Test3Response) GetResult() string

func (*Test3Response) ProtoMessage

func (*Test3Response) ProtoMessage()

func (*Test3Response) ProtoReflect

func (x *Test3Response) ProtoReflect() protoreflect.Message

func (*Test3Response) Reset

func (x *Test3Response) Reset()

func (*Test3Response) String

func (x *Test3Response) String() string

type UnimplementedGenerateServiceServer

type UnimplementedGenerateServiceServer struct {
}

UnimplementedGenerateServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedGenerateServiceServer) Generate

func (UnimplementedGenerateServiceServer) InferNodeType

type UnimplementedOpenAIServiceServer

type UnimplementedOpenAIServiceServer struct {
}

UnimplementedOpenAIServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedOpenAIServiceServer) Prompt

type UnimplementedProjectServiceServer

type UnimplementedProjectServiceServer struct {
}

UnimplementedProjectServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedProjectServiceServer) AddMethod

func (UnimplementedProjectServiceServer) CreateProject

func (UnimplementedProjectServiceServer) DeleteProject

func (UnimplementedProjectServiceServer) EnumerateProviders

func (UnimplementedProjectServiceServer) ExportProject

func (UnimplementedProjectServiceServer) GenerateAIStub

func (UnimplementedProjectServiceServer) GetGRPCServerInfo

func (UnimplementedProjectServiceServer) GetNodeInfo

func (UnimplementedProjectServiceServer) GetProject

func (UnimplementedProjectServiceServer) GetProjectTypes

func (UnimplementedProjectServiceServer) GetProjects

func (UnimplementedProjectServiceServer) GetRunningWorkflows

func (UnimplementedProjectServiceServer) GetWorkflowRuns

func (UnimplementedProjectServiceServer) LoadProject

func (UnimplementedProjectServiceServer) NewNode

func (UnimplementedProjectServiceServer) RunGRPCMethod

func (UnimplementedProjectServiceServer) RunWorkflow

func (UnimplementedProjectServiceServer) SaveProject

func (UnimplementedProjectServiceServer) StopWorkflow

type UnsafeGenerateServiceServer

type UnsafeGenerateServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeGenerateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GenerateServiceServer will result in compilation errors.

type UnsafeOpenAIServiceServer

type UnsafeOpenAIServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOpenAIServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OpenAIServiceServer will result in compilation errors.

type UnsafeProjectServiceServer

type UnsafeProjectServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeProjectServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProjectServiceServer will result in compilation errors.

type WorkflowTrace

type WorkflowTrace struct {
	Id        string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Request   *RunWorkflowRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	NodeExecs []*NodeExecution    `protobuf:"bytes,3,rep,name=node_execs,json=nodeExecs,proto3" json:"node_execs,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowTrace) Descriptor deprecated

func (*WorkflowTrace) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowTrace.ProtoReflect.Descriptor instead.

func (*WorkflowTrace) GetId

func (x *WorkflowTrace) GetId() string

func (*WorkflowTrace) GetNodeExecs

func (x *WorkflowTrace) GetNodeExecs() []*NodeExecution

func (*WorkflowTrace) GetRequest

func (x *WorkflowTrace) GetRequest() *RunWorkflowRequest

func (*WorkflowTrace) ProtoMessage

func (*WorkflowTrace) ProtoMessage()

func (*WorkflowTrace) ProtoReflect

func (x *WorkflowTrace) ProtoReflect() protoreflect.Message

func (*WorkflowTrace) Reset

func (x *WorkflowTrace) Reset()

func (*WorkflowTrace) String

func (x *WorkflowTrace) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL