Documentation
¶
Overview ¶
Package langsvc is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package langsvc is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterLangHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterLangHandlerClient(ctx context.Context, mux *runtime.ServeMux, client LangClient) error
- func RegisterLangHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterLangHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LangServer) error
- func RegisterLangRunHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterLangRunHandlerClient(ctx context.Context, mux *runtime.ServeMux, client LangRunClient) error
- func RegisterLangRunHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterLangRunHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LangRunServer) error
- func RegisterLangRunServer(s grpc.ServiceRegistrar, srv LangRunServer)
- func RegisterLangServer(s grpc.ServiceRegistrar, srv LangServer)
- type CallFunctionRequest
- func (*CallFunctionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CallFunctionRequest) GetArgs() []*values.Value
- func (x *CallFunctionRequest) GetF() *values.Value
- func (x *CallFunctionRequest) GetKwargs() map[string]*values.Value
- func (x *CallFunctionRequest) GetRunId() string
- func (*CallFunctionRequest) ProtoMessage()
- func (x *CallFunctionRequest) ProtoReflect() protoreflect.Message
- func (x *CallFunctionRequest) Reset()
- func (x *CallFunctionRequest) String() string
- func (m *CallFunctionRequest) Validate() error
- type CallFunctionRequestValidationError
- func (e CallFunctionRequestValidationError) Cause() error
- func (e CallFunctionRequestValidationError) Error() string
- func (e CallFunctionRequestValidationError) ErrorName() string
- func (e CallFunctionRequestValidationError) Field() string
- func (e CallFunctionRequestValidationError) Key() bool
- func (e CallFunctionRequestValidationError) Reason() string
- type CatalogLang
- type CatalogLangValidationError
- func (e CatalogLangValidationError) Cause() error
- func (e CatalogLangValidationError) Error() string
- func (e CatalogLangValidationError) ErrorName() string
- func (e CatalogLangValidationError) Field() string
- func (e CatalogLangValidationError) Key() bool
- func (e CatalogLangValidationError) Reason() string
- type CompileModuleRequest
- func (*CompileModuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CompileModuleRequest) GetGetDeps() bool
- func (x *CompileModuleRequest) GetLang() string
- func (x *CompileModuleRequest) GetPath() *program.Path
- func (x *CompileModuleRequest) GetPredecls() []string
- func (x *CompileModuleRequest) GetSrc() []byte
- func (*CompileModuleRequest) ProtoMessage()
- func (x *CompileModuleRequest) ProtoReflect() protoreflect.Message
- func (x *CompileModuleRequest) Reset()
- func (x *CompileModuleRequest) String() string
- func (m *CompileModuleRequest) Validate() error
- type CompileModuleRequestValidationError
- func (e CompileModuleRequestValidationError) Cause() error
- func (e CompileModuleRequestValidationError) Error() string
- func (e CompileModuleRequestValidationError) ErrorName() string
- func (e CompileModuleRequestValidationError) Field() string
- func (e CompileModuleRequestValidationError) Key() bool
- func (e CompileModuleRequestValidationError) Reason() string
- type CompileModuleResponse
- func (*CompileModuleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CompileModuleResponse) GetDeps() *Dependencies
- func (x *CompileModuleResponse) GetModule() *program.Module
- func (*CompileModuleResponse) ProtoMessage()
- func (x *CompileModuleResponse) ProtoReflect() protoreflect.Message
- func (x *CompileModuleResponse) Reset()
- func (x *CompileModuleResponse) String() string
- func (m *CompileModuleResponse) Validate() error
- type CompileModuleResponseValidationError
- func (e CompileModuleResponseValidationError) Cause() error
- func (e CompileModuleResponseValidationError) Error() string
- func (e CompileModuleResponseValidationError) ErrorName() string
- func (e CompileModuleResponseValidationError) Field() string
- func (e CompileModuleResponseValidationError) Key() bool
- func (e CompileModuleResponseValidationError) Reason() string
- type Cycle
- type CycleValidationError
- type Dependencies
- func (*Dependencies) Descriptor() ([]byte, []int)deprecated
- func (x *Dependencies) GetCycles() []*Cycle
- func (x *Dependencies) GetMissing() []*program.Path
- func (x *Dependencies) GetReady() []*program.Path
- func (*Dependencies) ProtoMessage()
- func (x *Dependencies) ProtoReflect() protoreflect.Message
- func (x *Dependencies) Reset()
- func (x *Dependencies) String() string
- func (m *Dependencies) Validate() error
- type DependenciesValidationError
- func (e DependenciesValidationError) Cause() error
- func (e DependenciesValidationError) Error() string
- func (e DependenciesValidationError) ErrorName() string
- func (e DependenciesValidationError) Field() string
- func (e DependenciesValidationError) Key() bool
- func (e DependenciesValidationError) Reason() string
- type GetModuleDependenciesRequest
- func (*GetModuleDependenciesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetModuleDependenciesRequest) GetModule() *program.Module
- func (*GetModuleDependenciesRequest) ProtoMessage()
- func (x *GetModuleDependenciesRequest) ProtoReflect() protoreflect.Message
- func (x *GetModuleDependenciesRequest) Reset()
- func (x *GetModuleDependenciesRequest) String() string
- func (m *GetModuleDependenciesRequest) Validate() error
- type GetModuleDependenciesRequestValidationError
- func (e GetModuleDependenciesRequestValidationError) Cause() error
- func (e GetModuleDependenciesRequestValidationError) Error() string
- func (e GetModuleDependenciesRequestValidationError) ErrorName() string
- func (e GetModuleDependenciesRequestValidationError) Field() string
- func (e GetModuleDependenciesRequestValidationError) Key() bool
- func (e GetModuleDependenciesRequestValidationError) Reason() string
- type GetModuleDependenciesResponse
- func (*GetModuleDependenciesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetModuleDependenciesResponse) GetDeps() *Dependencies
- func (*GetModuleDependenciesResponse) ProtoMessage()
- func (x *GetModuleDependenciesResponse) ProtoReflect() protoreflect.Message
- func (x *GetModuleDependenciesResponse) Reset()
- func (x *GetModuleDependenciesResponse) String() string
- func (m *GetModuleDependenciesResponse) Validate() error
- type GetModuleDependenciesResponseValidationError
- func (e GetModuleDependenciesResponseValidationError) Cause() error
- func (e GetModuleDependenciesResponseValidationError) Error() string
- func (e GetModuleDependenciesResponseValidationError) ErrorName() string
- func (e GetModuleDependenciesResponseValidationError) Field() string
- func (e GetModuleDependenciesResponseValidationError) Key() bool
- func (e GetModuleDependenciesResponseValidationError) Reason() string
- type IsCompilerVersionSupportedRequest
- func (*IsCompilerVersionSupportedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsCompilerVersionSupportedRequest) GetLang() string
- func (x *IsCompilerVersionSupportedRequest) GetVer() string
- func (*IsCompilerVersionSupportedRequest) ProtoMessage()
- func (x *IsCompilerVersionSupportedRequest) ProtoReflect() protoreflect.Message
- func (x *IsCompilerVersionSupportedRequest) Reset()
- func (x *IsCompilerVersionSupportedRequest) String() string
- func (m *IsCompilerVersionSupportedRequest) Validate() error
- type IsCompilerVersionSupportedRequestValidationError
- func (e IsCompilerVersionSupportedRequestValidationError) Cause() error
- func (e IsCompilerVersionSupportedRequestValidationError) Error() string
- func (e IsCompilerVersionSupportedRequestValidationError) ErrorName() string
- func (e IsCompilerVersionSupportedRequestValidationError) Field() string
- func (e IsCompilerVersionSupportedRequestValidationError) Key() bool
- func (e IsCompilerVersionSupportedRequestValidationError) Reason() string
- type IsCompilerVersionSupportedResponse
- func (*IsCompilerVersionSupportedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsCompilerVersionSupportedResponse) GetSupported() bool
- func (*IsCompilerVersionSupportedResponse) ProtoMessage()
- func (x *IsCompilerVersionSupportedResponse) ProtoReflect() protoreflect.Message
- func (x *IsCompilerVersionSupportedResponse) Reset()
- func (x *IsCompilerVersionSupportedResponse) String() string
- func (m *IsCompilerVersionSupportedResponse) Validate() error
- type IsCompilerVersionSupportedResponseValidationError
- func (e IsCompilerVersionSupportedResponseValidationError) Cause() error
- func (e IsCompilerVersionSupportedResponseValidationError) Error() string
- func (e IsCompilerVersionSupportedResponseValidationError) ErrorName() string
- func (e IsCompilerVersionSupportedResponseValidationError) Field() string
- func (e IsCompilerVersionSupportedResponseValidationError) Key() bool
- func (e IsCompilerVersionSupportedResponseValidationError) Reason() string
- type LangClient
- type LangRunClient
- type LangRunServer
- type LangRun_CallFunctionClient
- type LangRun_CallFunctionServer
- type LangRun_RunClient
- type LangRun_RunServer
- type LangServer
- type ListLangsRequest
- type ListLangsRequestValidationError
- func (e ListLangsRequestValidationError) Cause() error
- func (e ListLangsRequestValidationError) Error() string
- func (e ListLangsRequestValidationError) ErrorName() string
- func (e ListLangsRequestValidationError) Field() string
- func (e ListLangsRequestValidationError) Key() bool
- func (e ListLangsRequestValidationError) Reason() string
- type ListLangsResponse
- func (*ListLangsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLangsResponse) GetLangs() map[string]*CatalogLang
- func (*ListLangsResponse) ProtoMessage()
- func (x *ListLangsResponse) ProtoReflect() protoreflect.Message
- func (x *ListLangsResponse) Reset()
- func (x *ListLangsResponse) String() string
- func (m *ListLangsResponse) Validate() error
- type ListLangsResponseValidationError
- func (e ListLangsResponseValidationError) Cause() error
- func (e ListLangsResponseValidationError) Error() string
- func (e ListLangsResponseValidationError) ErrorName() string
- func (e ListLangsResponseValidationError) Field() string
- func (e ListLangsResponseValidationError) Key() bool
- func (e ListLangsResponseValidationError) Reason() string
- type ListRun
- type ListRunValidationError
- type ListRuns
- type ListRunsRequest
- type ListRunsRequestValidationError
- func (e ListRunsRequestValidationError) Cause() error
- func (e ListRunsRequestValidationError) Error() string
- func (e ListRunsRequestValidationError) ErrorName() string
- func (e ListRunsRequestValidationError) Field() string
- func (e ListRunsRequestValidationError) Key() bool
- func (e ListRunsRequestValidationError) Reason() string
- type ListRunsResponse
- func (*ListRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRunsResponse) GetStates() map[string]*ListRuns
- func (*ListRunsResponse) ProtoMessage()
- func (x *ListRunsResponse) ProtoReflect() protoreflect.Message
- func (x *ListRunsResponse) Reset()
- func (x *ListRunsResponse) String() string
- func (m *ListRunsResponse) Validate() error
- type ListRunsResponseValidationError
- func (e ListRunsResponseValidationError) Cause() error
- func (e ListRunsResponseValidationError) Error() string
- func (e ListRunsResponseValidationError) ErrorName() string
- func (e ListRunsResponseValidationError) Field() string
- func (e ListRunsResponseValidationError) Key() bool
- func (e ListRunsResponseValidationError) Reason() string
- type ListRunsValidationError
- type RunCallReturnRequest
- func (*RunCallReturnRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunCallReturnRequest) GetError() *program.Error
- func (x *RunCallReturnRequest) GetRetval() *values.Value
- func (x *RunCallReturnRequest) GetRunId() string
- func (*RunCallReturnRequest) ProtoMessage()
- func (x *RunCallReturnRequest) ProtoReflect() protoreflect.Message
- func (x *RunCallReturnRequest) Reset()
- func (x *RunCallReturnRequest) String() string
- func (m *RunCallReturnRequest) Validate() error
- type RunCallReturnRequestValidationError
- func (e RunCallReturnRequestValidationError) Cause() error
- func (e RunCallReturnRequestValidationError) Error() string
- func (e RunCallReturnRequestValidationError) ErrorName() string
- func (e RunCallReturnRequestValidationError) Field() string
- func (e RunCallReturnRequestValidationError) Key() bool
- func (e RunCallReturnRequestValidationError) Reason() string
- type RunCallReturnResponse
- func (*RunCallReturnResponse) Descriptor() ([]byte, []int)deprecated
- func (*RunCallReturnResponse) ProtoMessage()
- func (x *RunCallReturnResponse) ProtoReflect() protoreflect.Message
- func (x *RunCallReturnResponse) Reset()
- func (x *RunCallReturnResponse) String() string
- func (m *RunCallReturnResponse) Validate() error
- type RunCallReturnResponseValidationError
- func (e RunCallReturnResponseValidationError) Cause() error
- func (e RunCallReturnResponseValidationError) Error() string
- func (e RunCallReturnResponseValidationError) ErrorName() string
- func (e RunCallReturnResponseValidationError) Field() string
- func (e RunCallReturnResponseValidationError) Key() bool
- func (e RunCallReturnResponseValidationError) Reason() string
- type RunCancelRequest
- func (*RunCancelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunCancelRequest) GetReason() string
- func (x *RunCancelRequest) GetRunId() string
- func (*RunCancelRequest) ProtoMessage()
- func (x *RunCancelRequest) ProtoReflect() protoreflect.Message
- func (x *RunCancelRequest) Reset()
- func (x *RunCancelRequest) String() string
- func (m *RunCancelRequest) Validate() error
- type RunCancelRequestValidationError
- func (e RunCancelRequestValidationError) Cause() error
- func (e RunCancelRequestValidationError) Error() string
- func (e RunCancelRequestValidationError) ErrorName() string
- func (e RunCancelRequestValidationError) Field() string
- func (e RunCancelRequestValidationError) Key() bool
- func (e RunCancelRequestValidationError) Reason() string
- type RunCancelResponse
- type RunCancelResponseValidationError
- func (e RunCancelResponseValidationError) Cause() error
- func (e RunCancelResponseValidationError) Error() string
- func (e RunCancelResponseValidationError) ErrorName() string
- func (e RunCancelResponseValidationError) Field() string
- func (e RunCancelResponseValidationError) Key() bool
- func (e RunCancelResponseValidationError) Reason() string
- type RunDiscardRequest
- func (*RunDiscardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunDiscardRequest) GetId() string
- func (*RunDiscardRequest) ProtoMessage()
- func (x *RunDiscardRequest) ProtoReflect() protoreflect.Message
- func (x *RunDiscardRequest) Reset()
- func (x *RunDiscardRequest) String() string
- func (m *RunDiscardRequest) Validate() error
- type RunDiscardRequestValidationError
- func (e RunDiscardRequestValidationError) Cause() error
- func (e RunDiscardRequestValidationError) Error() string
- func (e RunDiscardRequestValidationError) ErrorName() string
- func (e RunDiscardRequestValidationError) Field() string
- func (e RunDiscardRequestValidationError) Key() bool
- func (e RunDiscardRequestValidationError) Reason() string
- type RunDiscardResponse
- func (*RunDiscardResponse) Descriptor() ([]byte, []int)deprecated
- func (*RunDiscardResponse) ProtoMessage()
- func (x *RunDiscardResponse) ProtoReflect() protoreflect.Message
- func (x *RunDiscardResponse) Reset()
- func (x *RunDiscardResponse) String() string
- func (m *RunDiscardResponse) Validate() error
- type RunDiscardResponseValidationError
- func (e RunDiscardResponseValidationError) Cause() error
- func (e RunDiscardResponseValidationError) Error() string
- func (e RunDiscardResponseValidationError) ErrorName() string
- func (e RunDiscardResponseValidationError) Field() string
- func (e RunDiscardResponseValidationError) Key() bool
- func (e RunDiscardResponseValidationError) Reason() string
- type RunGetRequest
- func (*RunGetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunGetRequest) GetGetSummary() bool
- func (x *RunGetRequest) GetRunId() string
- func (*RunGetRequest) ProtoMessage()
- func (x *RunGetRequest) ProtoReflect() protoreflect.Message
- func (x *RunGetRequest) Reset()
- func (x *RunGetRequest) String() string
- func (m *RunGetRequest) Validate() error
- type RunGetRequestValidationError
- func (e RunGetRequestValidationError) Cause() error
- func (e RunGetRequestValidationError) Error() string
- func (e RunGetRequestValidationError) ErrorName() string
- func (e RunGetRequestValidationError) Field() string
- func (e RunGetRequestValidationError) Key() bool
- func (e RunGetRequestValidationError) Reason() string
- type RunGetResponse
- func (*RunGetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunGetResponse) GetSummary() *lang.RunSummary
- func (*RunGetResponse) ProtoMessage()
- func (x *RunGetResponse) ProtoReflect() protoreflect.Message
- func (x *RunGetResponse) Reset()
- func (x *RunGetResponse) String() string
- func (m *RunGetResponse) Validate() error
- type RunGetResponseValidationError
- func (e RunGetResponseValidationError) Cause() error
- func (e RunGetResponseValidationError) Error() string
- func (e RunGetResponseValidationError) ErrorName() string
- func (e RunGetResponseValidationError) Field() string
- func (e RunGetResponseValidationError) Key() bool
- func (e RunGetResponseValidationError) Reason() string
- type RunLoadReturnRequest
- func (*RunLoadReturnRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunLoadReturnRequest) GetError() *program.Error
- func (x *RunLoadReturnRequest) GetRunId() string
- func (x *RunLoadReturnRequest) GetRunSummary() *lang.RunSummary
- func (x *RunLoadReturnRequest) GetValues() map[string]*values.Value
- func (*RunLoadReturnRequest) ProtoMessage()
- func (x *RunLoadReturnRequest) ProtoReflect() protoreflect.Message
- func (x *RunLoadReturnRequest) Reset()
- func (x *RunLoadReturnRequest) String() string
- func (m *RunLoadReturnRequest) Validate() error
- type RunLoadReturnRequestValidationError
- func (e RunLoadReturnRequestValidationError) Cause() error
- func (e RunLoadReturnRequestValidationError) Error() string
- func (e RunLoadReturnRequestValidationError) ErrorName() string
- func (e RunLoadReturnRequestValidationError) Field() string
- func (e RunLoadReturnRequestValidationError) Key() bool
- func (e RunLoadReturnRequestValidationError) Reason() string
- type RunLoadReturnResponse
- func (*RunLoadReturnResponse) Descriptor() ([]byte, []int)deprecated
- func (*RunLoadReturnResponse) ProtoMessage()
- func (x *RunLoadReturnResponse) ProtoReflect() protoreflect.Message
- func (x *RunLoadReturnResponse) Reset()
- func (x *RunLoadReturnResponse) String() string
- func (m *RunLoadReturnResponse) Validate() error
- type RunLoadReturnResponseValidationError
- func (e RunLoadReturnResponseValidationError) Cause() error
- func (e RunLoadReturnResponseValidationError) Error() string
- func (e RunLoadReturnResponseValidationError) ErrorName() string
- func (e RunLoadReturnResponseValidationError) Field() string
- func (e RunLoadReturnResponseValidationError) Key() bool
- func (e RunLoadReturnResponseValidationError) Reason() string
- type RunRequest
- func (*RunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunRequest) GetId() string
- func (x *RunRequest) GetModule() *program.Module
- func (x *RunRequest) GetPredecls() map[string]*values.Value
- func (x *RunRequest) GetScope() string
- func (*RunRequest) ProtoMessage()
- func (x *RunRequest) ProtoReflect() protoreflect.Message
- func (x *RunRequest) Reset()
- func (x *RunRequest) String() string
- func (m *RunRequest) Validate() error
- type RunRequestValidationError
- type RunUpdate
- func (*RunUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *RunUpdate) GetNext() *lang.RunState
- func (x *RunUpdate) GetPrev() *lang.RunState
- func (x *RunUpdate) GetRunId() string
- func (x *RunUpdate) GetT() *timestamppb.Timestamp
- func (*RunUpdate) ProtoMessage()
- func (x *RunUpdate) ProtoReflect() protoreflect.Message
- func (x *RunUpdate) Reset()
- func (x *RunUpdate) String() string
- func (m *RunUpdate) Validate() error
- type RunUpdateValidationError
- type UnimplementedLangRunServer
- func (UnimplementedLangRunServer) CallFunction(*CallFunctionRequest, LangRun_CallFunctionServer) error
- func (UnimplementedLangRunServer) ListRuns(context.Context, *ListRunsRequest) (*ListRunsResponse, error)
- func (UnimplementedLangRunServer) Run(*RunRequest, LangRun_RunServer) error
- func (UnimplementedLangRunServer) RunCallReturn(context.Context, *RunCallReturnRequest) (*RunCallReturnResponse, error)
- func (UnimplementedLangRunServer) RunCancel(context.Context, *RunCancelRequest) (*RunCancelResponse, error)
- func (UnimplementedLangRunServer) RunDiscard(context.Context, *RunDiscardRequest) (*RunDiscardResponse, error)
- func (UnimplementedLangRunServer) RunGet(context.Context, *RunGetRequest) (*RunGetResponse, error)
- func (UnimplementedLangRunServer) RunLoadReturn(context.Context, *RunLoadReturnRequest) (*RunLoadReturnResponse, error)
- type UnimplementedLangServer
- func (UnimplementedLangServer) CompileModule(context.Context, *CompileModuleRequest) (*CompileModuleResponse, error)
- func (UnimplementedLangServer) GetModuleDependencies(context.Context, *GetModuleDependenciesRequest) (*GetModuleDependenciesResponse, error)
- func (UnimplementedLangServer) IsCompilerVersionSupported(context.Context, *IsCompilerVersionSupportedRequest) (*IsCompilerVersionSupportedResponse, error)
- func (UnimplementedLangServer) ListLangs(context.Context, *ListLangsRequest) (*ListLangsResponse, error)
- type UnsafeLangRunServer
- type UnsafeLangServer
Constants ¶
This section is empty.
Variables ¶
var File_langsvc_langrunsvc_proto protoreflect.FileDescriptor
var File_langsvc_langsvc_proto protoreflect.FileDescriptor
var LangRun_ServiceDesc = grpc.ServiceDesc{ ServiceName: "autokitteh.langsvc.LangRun", HandlerType: (*LangRunServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "RunGet", Handler: _LangRun_RunGet_Handler, }, { MethodName: "RunCallReturn", Handler: _LangRun_RunCallReturn_Handler, }, { MethodName: "RunLoadReturn", Handler: _LangRun_RunLoadReturn_Handler, }, { MethodName: "RunCancel", Handler: _LangRun_RunCancel_Handler, }, { MethodName: "ListRuns", Handler: _LangRun_ListRuns_Handler, }, { MethodName: "RunDiscard", Handler: _LangRun_RunDiscard_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "Run", Handler: _LangRun_Run_Handler, ServerStreams: true, }, { StreamName: "CallFunction", Handler: _LangRun_CallFunction_Handler, ServerStreams: true, }, }, Metadata: "langsvc/langrunsvc.proto", }
LangRun_ServiceDesc is the grpc.ServiceDesc for LangRun service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Lang_ServiceDesc = grpc.ServiceDesc{ ServiceName: "autokitteh.langsvc.Lang", HandlerType: (*LangServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListLangs", Handler: _Lang_ListLangs_Handler, }, { MethodName: "IsCompilerVersionSupported", Handler: _Lang_IsCompilerVersionSupported_Handler, }, { MethodName: "GetModuleDependencies", Handler: _Lang_GetModuleDependencies_Handler, }, { MethodName: "CompileModule", Handler: _Lang_CompileModule_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "langsvc/langsvc.proto", }
Lang_ServiceDesc is the grpc.ServiceDesc for Lang service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterLangHandler ¶
RegisterLangHandler registers the http handlers for service Lang to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterLangHandlerClient ¶
RegisterLangHandlerClient registers the http handlers for service Lang to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "LangClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "LangClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "LangClient" to call the correct interceptors.
func RegisterLangHandlerFromEndpoint ¶
func RegisterLangHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterLangHandlerFromEndpoint is same as RegisterLangHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterLangHandlerServer ¶
RegisterLangHandlerServer registers the http handlers for service Lang to "mux". UnaryRPC :call LangServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterLangHandlerFromEndpoint instead.
func RegisterLangRunHandler ¶
func RegisterLangRunHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterLangRunHandler registers the http handlers for service LangRun to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterLangRunHandlerClient ¶
func RegisterLangRunHandlerClient(ctx context.Context, mux *runtime.ServeMux, client LangRunClient) error
RegisterLangRunHandlerClient registers the http handlers for service LangRun to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "LangRunClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "LangRunClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "LangRunClient" to call the correct interceptors.
func RegisterLangRunHandlerFromEndpoint ¶
func RegisterLangRunHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterLangRunHandlerFromEndpoint is same as RegisterLangRunHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterLangRunHandlerServer ¶
func RegisterLangRunHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LangRunServer) error
RegisterLangRunHandlerServer registers the http handlers for service LangRun to "mux". UnaryRPC :call LangRunServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterLangRunHandlerFromEndpoint instead.
func RegisterLangRunServer ¶
func RegisterLangRunServer(s grpc.ServiceRegistrar, srv LangRunServer)
func RegisterLangServer ¶
func RegisterLangServer(s grpc.ServiceRegistrar, srv LangServer)
Types ¶
type CallFunctionRequest ¶
type CallFunctionRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` F *values.Value `protobuf:"bytes,2,opt,name=f,proto3" json:"f,omitempty"` Args []*values.Value `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` Kwargs map[string]*values.Value `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CallFunctionRequest) Descriptor
deprecated
func (*CallFunctionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CallFunctionRequest.ProtoReflect.Descriptor instead.
func (*CallFunctionRequest) GetArgs ¶
func (x *CallFunctionRequest) GetArgs() []*values.Value
func (*CallFunctionRequest) GetF ¶
func (x *CallFunctionRequest) GetF() *values.Value
func (*CallFunctionRequest) GetKwargs ¶
func (x *CallFunctionRequest) GetKwargs() map[string]*values.Value
func (*CallFunctionRequest) GetRunId ¶
func (x *CallFunctionRequest) GetRunId() string
func (*CallFunctionRequest) ProtoMessage ¶
func (*CallFunctionRequest) ProtoMessage()
func (*CallFunctionRequest) ProtoReflect ¶
func (x *CallFunctionRequest) ProtoReflect() protoreflect.Message
func (*CallFunctionRequest) Reset ¶
func (x *CallFunctionRequest) Reset()
func (*CallFunctionRequest) String ¶
func (x *CallFunctionRequest) String() string
func (*CallFunctionRequest) Validate ¶
func (m *CallFunctionRequest) Validate() error
Validate checks the field values on CallFunctionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type CallFunctionRequestValidationError ¶
type CallFunctionRequestValidationError struct {
// contains filtered or unexported fields
}
CallFunctionRequestValidationError is the validation error returned by CallFunctionRequest.Validate if the designated constraints aren't met.
func (CallFunctionRequestValidationError) Cause ¶
func (e CallFunctionRequestValidationError) Cause() error
Cause function returns cause value.
func (CallFunctionRequestValidationError) Error ¶
func (e CallFunctionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CallFunctionRequestValidationError) ErrorName ¶
func (e CallFunctionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CallFunctionRequestValidationError) Field ¶
func (e CallFunctionRequestValidationError) Field() string
Field function returns field value.
func (CallFunctionRequestValidationError) Key ¶
func (e CallFunctionRequestValidationError) Key() bool
Key function returns key value.
func (CallFunctionRequestValidationError) Reason ¶
func (e CallFunctionRequestValidationError) Reason() string
Reason function returns reason value.
type CatalogLang ¶
type CatalogLang struct { Exts []string `protobuf:"bytes,1,rep,name=exts,proto3" json:"exts,omitempty"` // contains filtered or unexported fields }
func (*CatalogLang) Descriptor
deprecated
func (*CatalogLang) Descriptor() ([]byte, []int)
Deprecated: Use CatalogLang.ProtoReflect.Descriptor instead.
func (*CatalogLang) GetExts ¶
func (x *CatalogLang) GetExts() []string
func (*CatalogLang) ProtoMessage ¶
func (*CatalogLang) ProtoMessage()
func (*CatalogLang) ProtoReflect ¶
func (x *CatalogLang) ProtoReflect() protoreflect.Message
func (*CatalogLang) Reset ¶
func (x *CatalogLang) Reset()
func (*CatalogLang) String ¶
func (x *CatalogLang) String() string
func (*CatalogLang) Validate ¶
func (m *CatalogLang) Validate() error
Validate checks the field values on CatalogLang with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type CatalogLangValidationError ¶
type CatalogLangValidationError struct {
// contains filtered or unexported fields
}
CatalogLangValidationError is the validation error returned by CatalogLang.Validate if the designated constraints aren't met.
func (CatalogLangValidationError) Cause ¶
func (e CatalogLangValidationError) Cause() error
Cause function returns cause value.
func (CatalogLangValidationError) Error ¶
func (e CatalogLangValidationError) Error() string
Error satisfies the builtin error interface
func (CatalogLangValidationError) ErrorName ¶
func (e CatalogLangValidationError) ErrorName() string
ErrorName returns error name.
func (CatalogLangValidationError) Field ¶
func (e CatalogLangValidationError) Field() string
Field function returns field value.
func (CatalogLangValidationError) Key ¶
func (e CatalogLangValidationError) Key() bool
Key function returns key value.
func (CatalogLangValidationError) Reason ¶
func (e CatalogLangValidationError) Reason() string
Reason function returns reason value.
type CompileModuleRequest ¶
type CompileModuleRequest struct { Lang string `protobuf:"bytes,1,opt,name=lang,proto3" json:"lang,omitempty"` Predecls []string `protobuf:"bytes,2,rep,name=predecls,proto3" json:"predecls,omitempty"` Path *program.Path `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` Src []byte `protobuf:"bytes,4,opt,name=src,proto3" json:"src,omitempty"` GetDeps bool `protobuf:"varint,6,opt,name=get_deps,json=getDeps,proto3" json:"get_deps,omitempty"` // contains filtered or unexported fields }
func (*CompileModuleRequest) Descriptor
deprecated
func (*CompileModuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use CompileModuleRequest.ProtoReflect.Descriptor instead.
func (*CompileModuleRequest) GetGetDeps ¶
func (x *CompileModuleRequest) GetGetDeps() bool
func (*CompileModuleRequest) GetLang ¶
func (x *CompileModuleRequest) GetLang() string
func (*CompileModuleRequest) GetPath ¶
func (x *CompileModuleRequest) GetPath() *program.Path
func (*CompileModuleRequest) GetPredecls ¶
func (x *CompileModuleRequest) GetPredecls() []string
func (*CompileModuleRequest) GetSrc ¶
func (x *CompileModuleRequest) GetSrc() []byte
func (*CompileModuleRequest) ProtoMessage ¶
func (*CompileModuleRequest) ProtoMessage()
func (*CompileModuleRequest) ProtoReflect ¶
func (x *CompileModuleRequest) ProtoReflect() protoreflect.Message
func (*CompileModuleRequest) Reset ¶
func (x *CompileModuleRequest) Reset()
func (*CompileModuleRequest) String ¶
func (x *CompileModuleRequest) String() string
func (*CompileModuleRequest) Validate ¶
func (m *CompileModuleRequest) Validate() error
Validate checks the field values on CompileModuleRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type CompileModuleRequestValidationError ¶
type CompileModuleRequestValidationError struct {
// contains filtered or unexported fields
}
CompileModuleRequestValidationError is the validation error returned by CompileModuleRequest.Validate if the designated constraints aren't met.
func (CompileModuleRequestValidationError) Cause ¶
func (e CompileModuleRequestValidationError) Cause() error
Cause function returns cause value.
func (CompileModuleRequestValidationError) Error ¶
func (e CompileModuleRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CompileModuleRequestValidationError) ErrorName ¶
func (e CompileModuleRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CompileModuleRequestValidationError) Field ¶
func (e CompileModuleRequestValidationError) Field() string
Field function returns field value.
func (CompileModuleRequestValidationError) Key ¶
func (e CompileModuleRequestValidationError) Key() bool
Key function returns key value.
func (CompileModuleRequestValidationError) Reason ¶
func (e CompileModuleRequestValidationError) Reason() string
Reason function returns reason value.
type CompileModuleResponse ¶
type CompileModuleResponse struct { Module *program.Module `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` Deps *Dependencies `protobuf:"bytes,2,opt,name=deps,proto3" json:"deps,omitempty"` // if req.get_deps. only the ready field is populated for now. // contains filtered or unexported fields }
func (*CompileModuleResponse) Descriptor
deprecated
func (*CompileModuleResponse) Descriptor() ([]byte, []int)
Deprecated: Use CompileModuleResponse.ProtoReflect.Descriptor instead.
func (*CompileModuleResponse) GetDeps ¶
func (x *CompileModuleResponse) GetDeps() *Dependencies
func (*CompileModuleResponse) GetModule ¶
func (x *CompileModuleResponse) GetModule() *program.Module
func (*CompileModuleResponse) ProtoMessage ¶
func (*CompileModuleResponse) ProtoMessage()
func (*CompileModuleResponse) ProtoReflect ¶
func (x *CompileModuleResponse) ProtoReflect() protoreflect.Message
func (*CompileModuleResponse) Reset ¶
func (x *CompileModuleResponse) Reset()
func (*CompileModuleResponse) String ¶
func (x *CompileModuleResponse) String() string
func (*CompileModuleResponse) Validate ¶
func (m *CompileModuleResponse) Validate() error
Validate checks the field values on CompileModuleResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type CompileModuleResponseValidationError ¶
type CompileModuleResponseValidationError struct {
// contains filtered or unexported fields
}
CompileModuleResponseValidationError is the validation error returned by CompileModuleResponse.Validate if the designated constraints aren't met.
func (CompileModuleResponseValidationError) Cause ¶
func (e CompileModuleResponseValidationError) Cause() error
Cause function returns cause value.
func (CompileModuleResponseValidationError) Error ¶
func (e CompileModuleResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CompileModuleResponseValidationError) ErrorName ¶
func (e CompileModuleResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CompileModuleResponseValidationError) Field ¶
func (e CompileModuleResponseValidationError) Field() string
Field function returns field value.
func (CompileModuleResponseValidationError) Key ¶
func (e CompileModuleResponseValidationError) Key() bool
Key function returns key value.
func (CompileModuleResponseValidationError) Reason ¶
func (e CompileModuleResponseValidationError) Reason() string
Reason function returns reason value.
type Cycle ¶
type Cycle struct { Paths []*program.Path `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"` // contains filtered or unexported fields }
func (*Cycle) Descriptor
deprecated
func (*Cycle) ProtoMessage ¶
func (*Cycle) ProtoMessage()
func (*Cycle) ProtoReflect ¶
func (x *Cycle) ProtoReflect() protoreflect.Message
type CycleValidationError ¶
type CycleValidationError struct {
// contains filtered or unexported fields
}
CycleValidationError is the validation error returned by Cycle.Validate if the designated constraints aren't met.
func (CycleValidationError) Cause ¶
func (e CycleValidationError) Cause() error
Cause function returns cause value.
func (CycleValidationError) Error ¶
func (e CycleValidationError) Error() string
Error satisfies the builtin error interface
func (CycleValidationError) ErrorName ¶
func (e CycleValidationError) ErrorName() string
ErrorName returns error name.
func (CycleValidationError) Field ¶
func (e CycleValidationError) Field() string
Field function returns field value.
func (CycleValidationError) Key ¶
func (e CycleValidationError) Key() bool
Key function returns key value.
func (CycleValidationError) Reason ¶
func (e CycleValidationError) Reason() string
Reason function returns reason value.
type Dependencies ¶
type Dependencies struct { Ready []*program.Path `protobuf:"bytes,1,rep,name=ready,proto3" json:"ready,omitempty"` Missing []*program.Path `protobuf:"bytes,2,rep,name=missing,proto3" json:"missing,omitempty"` Cycles []*Cycle `protobuf:"bytes,3,rep,name=cycles,proto3" json:"cycles,omitempty"` // contains filtered or unexported fields }
func (*Dependencies) Descriptor
deprecated
func (*Dependencies) Descriptor() ([]byte, []int)
Deprecated: Use Dependencies.ProtoReflect.Descriptor instead.
func (*Dependencies) GetCycles ¶
func (x *Dependencies) GetCycles() []*Cycle
func (*Dependencies) GetMissing ¶
func (x *Dependencies) GetMissing() []*program.Path
func (*Dependencies) GetReady ¶
func (x *Dependencies) GetReady() []*program.Path
func (*Dependencies) ProtoMessage ¶
func (*Dependencies) ProtoMessage()
func (*Dependencies) ProtoReflect ¶
func (x *Dependencies) ProtoReflect() protoreflect.Message
func (*Dependencies) Reset ¶
func (x *Dependencies) Reset()
func (*Dependencies) String ¶
func (x *Dependencies) String() string
func (*Dependencies) Validate ¶
func (m *Dependencies) Validate() error
Validate checks the field values on Dependencies with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type DependenciesValidationError ¶
type DependenciesValidationError struct {
// contains filtered or unexported fields
}
DependenciesValidationError is the validation error returned by Dependencies.Validate if the designated constraints aren't met.
func (DependenciesValidationError) Cause ¶
func (e DependenciesValidationError) Cause() error
Cause function returns cause value.
func (DependenciesValidationError) Error ¶
func (e DependenciesValidationError) Error() string
Error satisfies the builtin error interface
func (DependenciesValidationError) ErrorName ¶
func (e DependenciesValidationError) ErrorName() string
ErrorName returns error name.
func (DependenciesValidationError) Field ¶
func (e DependenciesValidationError) Field() string
Field function returns field value.
func (DependenciesValidationError) Key ¶
func (e DependenciesValidationError) Key() bool
Key function returns key value.
func (DependenciesValidationError) Reason ¶
func (e DependenciesValidationError) Reason() string
Reason function returns reason value.
type GetModuleDependenciesRequest ¶
type GetModuleDependenciesRequest struct { Module *program.Module `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` // contains filtered or unexported fields }
func (*GetModuleDependenciesRequest) Descriptor
deprecated
func (*GetModuleDependenciesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModuleDependenciesRequest.ProtoReflect.Descriptor instead.
func (*GetModuleDependenciesRequest) GetModule ¶
func (x *GetModuleDependenciesRequest) GetModule() *program.Module
func (*GetModuleDependenciesRequest) ProtoMessage ¶
func (*GetModuleDependenciesRequest) ProtoMessage()
func (*GetModuleDependenciesRequest) ProtoReflect ¶
func (x *GetModuleDependenciesRequest) ProtoReflect() protoreflect.Message
func (*GetModuleDependenciesRequest) Reset ¶
func (x *GetModuleDependenciesRequest) Reset()
func (*GetModuleDependenciesRequest) String ¶
func (x *GetModuleDependenciesRequest) String() string
func (*GetModuleDependenciesRequest) Validate ¶
func (m *GetModuleDependenciesRequest) Validate() error
Validate checks the field values on GetModuleDependenciesRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GetModuleDependenciesRequestValidationError ¶
type GetModuleDependenciesRequestValidationError struct {
// contains filtered or unexported fields
}
GetModuleDependenciesRequestValidationError is the validation error returned by GetModuleDependenciesRequest.Validate if the designated constraints aren't met.
func (GetModuleDependenciesRequestValidationError) Cause ¶
func (e GetModuleDependenciesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetModuleDependenciesRequestValidationError) Error ¶
func (e GetModuleDependenciesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetModuleDependenciesRequestValidationError) ErrorName ¶
func (e GetModuleDependenciesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetModuleDependenciesRequestValidationError) Field ¶
func (e GetModuleDependenciesRequestValidationError) Field() string
Field function returns field value.
func (GetModuleDependenciesRequestValidationError) Key ¶
func (e GetModuleDependenciesRequestValidationError) Key() bool
Key function returns key value.
func (GetModuleDependenciesRequestValidationError) Reason ¶
func (e GetModuleDependenciesRequestValidationError) Reason() string
Reason function returns reason value.
type GetModuleDependenciesResponse ¶
type GetModuleDependenciesResponse struct { Deps *Dependencies `protobuf:"bytes,1,opt,name=deps,proto3" json:"deps,omitempty"` // contains filtered or unexported fields }
func (*GetModuleDependenciesResponse) Descriptor
deprecated
func (*GetModuleDependenciesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModuleDependenciesResponse.ProtoReflect.Descriptor instead.
func (*GetModuleDependenciesResponse) GetDeps ¶
func (x *GetModuleDependenciesResponse) GetDeps() *Dependencies
func (*GetModuleDependenciesResponse) ProtoMessage ¶
func (*GetModuleDependenciesResponse) ProtoMessage()
func (*GetModuleDependenciesResponse) ProtoReflect ¶
func (x *GetModuleDependenciesResponse) ProtoReflect() protoreflect.Message
func (*GetModuleDependenciesResponse) Reset ¶
func (x *GetModuleDependenciesResponse) Reset()
func (*GetModuleDependenciesResponse) String ¶
func (x *GetModuleDependenciesResponse) String() string
func (*GetModuleDependenciesResponse) Validate ¶
func (m *GetModuleDependenciesResponse) Validate() error
Validate checks the field values on GetModuleDependenciesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GetModuleDependenciesResponseValidationError ¶
type GetModuleDependenciesResponseValidationError struct {
// contains filtered or unexported fields
}
GetModuleDependenciesResponseValidationError is the validation error returned by GetModuleDependenciesResponse.Validate if the designated constraints aren't met.
func (GetModuleDependenciesResponseValidationError) Cause ¶
func (e GetModuleDependenciesResponseValidationError) Cause() error
Cause function returns cause value.
func (GetModuleDependenciesResponseValidationError) Error ¶
func (e GetModuleDependenciesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetModuleDependenciesResponseValidationError) ErrorName ¶
func (e GetModuleDependenciesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetModuleDependenciesResponseValidationError) Field ¶
func (e GetModuleDependenciesResponseValidationError) Field() string
Field function returns field value.
func (GetModuleDependenciesResponseValidationError) Key ¶
func (e GetModuleDependenciesResponseValidationError) Key() bool
Key function returns key value.
func (GetModuleDependenciesResponseValidationError) Reason ¶
func (e GetModuleDependenciesResponseValidationError) Reason() string
Reason function returns reason value.
type IsCompilerVersionSupportedRequest ¶
type IsCompilerVersionSupportedRequest struct { Lang string `protobuf:"bytes,1,opt,name=lang,proto3" json:"lang,omitempty"` Ver string `protobuf:"bytes,2,opt,name=ver,proto3" json:"ver,omitempty"` // contains filtered or unexported fields }
func (*IsCompilerVersionSupportedRequest) Descriptor
deprecated
func (*IsCompilerVersionSupportedRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsCompilerVersionSupportedRequest.ProtoReflect.Descriptor instead.
func (*IsCompilerVersionSupportedRequest) GetLang ¶
func (x *IsCompilerVersionSupportedRequest) GetLang() string
func (*IsCompilerVersionSupportedRequest) GetVer ¶
func (x *IsCompilerVersionSupportedRequest) GetVer() string
func (*IsCompilerVersionSupportedRequest) ProtoMessage ¶
func (*IsCompilerVersionSupportedRequest) ProtoMessage()
func (*IsCompilerVersionSupportedRequest) ProtoReflect ¶
func (x *IsCompilerVersionSupportedRequest) ProtoReflect() protoreflect.Message
func (*IsCompilerVersionSupportedRequest) Reset ¶
func (x *IsCompilerVersionSupportedRequest) Reset()
func (*IsCompilerVersionSupportedRequest) String ¶
func (x *IsCompilerVersionSupportedRequest) String() string
func (*IsCompilerVersionSupportedRequest) Validate ¶
func (m *IsCompilerVersionSupportedRequest) Validate() error
Validate checks the field values on IsCompilerVersionSupportedRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type IsCompilerVersionSupportedRequestValidationError ¶
type IsCompilerVersionSupportedRequestValidationError struct {
// contains filtered or unexported fields
}
IsCompilerVersionSupportedRequestValidationError is the validation error returned by IsCompilerVersionSupportedRequest.Validate if the designated constraints aren't met.
func (IsCompilerVersionSupportedRequestValidationError) Cause ¶
func (e IsCompilerVersionSupportedRequestValidationError) Cause() error
Cause function returns cause value.
func (IsCompilerVersionSupportedRequestValidationError) Error ¶
func (e IsCompilerVersionSupportedRequestValidationError) Error() string
Error satisfies the builtin error interface
func (IsCompilerVersionSupportedRequestValidationError) ErrorName ¶
func (e IsCompilerVersionSupportedRequestValidationError) ErrorName() string
ErrorName returns error name.
func (IsCompilerVersionSupportedRequestValidationError) Field ¶
func (e IsCompilerVersionSupportedRequestValidationError) Field() string
Field function returns field value.
func (IsCompilerVersionSupportedRequestValidationError) Key ¶
func (e IsCompilerVersionSupportedRequestValidationError) Key() bool
Key function returns key value.
func (IsCompilerVersionSupportedRequestValidationError) Reason ¶
func (e IsCompilerVersionSupportedRequestValidationError) Reason() string
Reason function returns reason value.
type IsCompilerVersionSupportedResponse ¶
type IsCompilerVersionSupportedResponse struct { Supported bool `protobuf:"varint,1,opt,name=supported,proto3" json:"supported,omitempty"` // contains filtered or unexported fields }
func (*IsCompilerVersionSupportedResponse) Descriptor
deprecated
func (*IsCompilerVersionSupportedResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsCompilerVersionSupportedResponse.ProtoReflect.Descriptor instead.
func (*IsCompilerVersionSupportedResponse) GetSupported ¶
func (x *IsCompilerVersionSupportedResponse) GetSupported() bool
func (*IsCompilerVersionSupportedResponse) ProtoMessage ¶
func (*IsCompilerVersionSupportedResponse) ProtoMessage()
func (*IsCompilerVersionSupportedResponse) ProtoReflect ¶
func (x *IsCompilerVersionSupportedResponse) ProtoReflect() protoreflect.Message
func (*IsCompilerVersionSupportedResponse) Reset ¶
func (x *IsCompilerVersionSupportedResponse) Reset()
func (*IsCompilerVersionSupportedResponse) String ¶
func (x *IsCompilerVersionSupportedResponse) String() string
func (*IsCompilerVersionSupportedResponse) Validate ¶
func (m *IsCompilerVersionSupportedResponse) Validate() error
Validate checks the field values on IsCompilerVersionSupportedResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type IsCompilerVersionSupportedResponseValidationError ¶
type IsCompilerVersionSupportedResponseValidationError struct {
// contains filtered or unexported fields
}
IsCompilerVersionSupportedResponseValidationError is the validation error returned by IsCompilerVersionSupportedResponse.Validate if the designated constraints aren't met.
func (IsCompilerVersionSupportedResponseValidationError) Cause ¶
func (e IsCompilerVersionSupportedResponseValidationError) Cause() error
Cause function returns cause value.
func (IsCompilerVersionSupportedResponseValidationError) Error ¶
func (e IsCompilerVersionSupportedResponseValidationError) Error() string
Error satisfies the builtin error interface
func (IsCompilerVersionSupportedResponseValidationError) ErrorName ¶
func (e IsCompilerVersionSupportedResponseValidationError) ErrorName() string
ErrorName returns error name.
func (IsCompilerVersionSupportedResponseValidationError) Field ¶
func (e IsCompilerVersionSupportedResponseValidationError) Field() string
Field function returns field value.
func (IsCompilerVersionSupportedResponseValidationError) Key ¶
func (e IsCompilerVersionSupportedResponseValidationError) Key() bool
Key function returns key value.
func (IsCompilerVersionSupportedResponseValidationError) Reason ¶
func (e IsCompilerVersionSupportedResponseValidationError) Reason() string
Reason function returns reason value.
type LangClient ¶
type LangClient interface { ListLangs(ctx context.Context, in *ListLangsRequest, opts ...grpc.CallOption) (*ListLangsResponse, error) IsCompilerVersionSupported(ctx context.Context, in *IsCompilerVersionSupportedRequest, opts ...grpc.CallOption) (*IsCompilerVersionSupportedResponse, error) GetModuleDependencies(ctx context.Context, in *GetModuleDependenciesRequest, opts ...grpc.CallOption) (*GetModuleDependenciesResponse, error) CompileModule(ctx context.Context, in *CompileModuleRequest, opts ...grpc.CallOption) (*CompileModuleResponse, error) }
LangClient is the client API for Lang 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.
func NewLangClient ¶
func NewLangClient(cc grpc.ClientConnInterface) LangClient
type LangRunClient ¶
type LangRunClient interface { Run(ctx context.Context, in *RunRequest, opts ...grpc.CallOption) (LangRun_RunClient, error) CallFunction(ctx context.Context, in *CallFunctionRequest, opts ...grpc.CallOption) (LangRun_CallFunctionClient, error) RunGet(ctx context.Context, in *RunGetRequest, opts ...grpc.CallOption) (*RunGetResponse, error) RunCallReturn(ctx context.Context, in *RunCallReturnRequest, opts ...grpc.CallOption) (*RunCallReturnResponse, error) RunLoadReturn(ctx context.Context, in *RunLoadReturnRequest, opts ...grpc.CallOption) (*RunLoadReturnResponse, error) RunCancel(ctx context.Context, in *RunCancelRequest, opts ...grpc.CallOption) (*RunCancelResponse, error) ListRuns(ctx context.Context, in *ListRunsRequest, opts ...grpc.CallOption) (*ListRunsResponse, error) RunDiscard(ctx context.Context, in *RunDiscardRequest, opts ...grpc.CallOption) (*RunDiscardResponse, error) }
LangRunClient is the client API for LangRun 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.
func NewLangRunClient ¶
func NewLangRunClient(cc grpc.ClientConnInterface) LangRunClient
type LangRunServer ¶
type LangRunServer interface { Run(*RunRequest, LangRun_RunServer) error CallFunction(*CallFunctionRequest, LangRun_CallFunctionServer) error RunGet(context.Context, *RunGetRequest) (*RunGetResponse, error) RunCallReturn(context.Context, *RunCallReturnRequest) (*RunCallReturnResponse, error) RunLoadReturn(context.Context, *RunLoadReturnRequest) (*RunLoadReturnResponse, error) RunCancel(context.Context, *RunCancelRequest) (*RunCancelResponse, error) ListRuns(context.Context, *ListRunsRequest) (*ListRunsResponse, error) RunDiscard(context.Context, *RunDiscardRequest) (*RunDiscardResponse, error) // contains filtered or unexported methods }
LangRunServer is the server API for LangRun service. All implementations must embed UnimplementedLangRunServer for forward compatibility
type LangRun_CallFunctionClient ¶
type LangRun_CallFunctionClient interface { Recv() (*RunUpdate, error) grpc.ClientStream }
type LangRun_CallFunctionServer ¶
type LangRun_CallFunctionServer interface { Send(*RunUpdate) error grpc.ServerStream }
type LangRun_RunClient ¶
type LangRun_RunClient interface { Recv() (*RunUpdate, error) grpc.ClientStream }
type LangRun_RunServer ¶
type LangRun_RunServer interface { Send(*RunUpdate) error grpc.ServerStream }
type LangServer ¶
type LangServer interface { ListLangs(context.Context, *ListLangsRequest) (*ListLangsResponse, error) IsCompilerVersionSupported(context.Context, *IsCompilerVersionSupportedRequest) (*IsCompilerVersionSupportedResponse, error) GetModuleDependencies(context.Context, *GetModuleDependenciesRequest) (*GetModuleDependenciesResponse, error) CompileModule(context.Context, *CompileModuleRequest) (*CompileModuleResponse, error) // contains filtered or unexported methods }
LangServer is the server API for Lang service. All implementations must embed UnimplementedLangServer for forward compatibility
type ListLangsRequest ¶
type ListLangsRequest struct {
// contains filtered or unexported fields
}
func (*ListLangsRequest) Descriptor
deprecated
func (*ListLangsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListLangsRequest.ProtoReflect.Descriptor instead.
func (*ListLangsRequest) ProtoMessage ¶
func (*ListLangsRequest) ProtoMessage()
func (*ListLangsRequest) ProtoReflect ¶
func (x *ListLangsRequest) ProtoReflect() protoreflect.Message
func (*ListLangsRequest) Reset ¶
func (x *ListLangsRequest) Reset()
func (*ListLangsRequest) String ¶
func (x *ListLangsRequest) String() string
func (*ListLangsRequest) Validate ¶
func (m *ListLangsRequest) Validate() error
Validate checks the field values on ListLangsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ListLangsRequestValidationError ¶
type ListLangsRequestValidationError struct {
// contains filtered or unexported fields
}
ListLangsRequestValidationError is the validation error returned by ListLangsRequest.Validate if the designated constraints aren't met.
func (ListLangsRequestValidationError) Cause ¶
func (e ListLangsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListLangsRequestValidationError) Error ¶
func (e ListLangsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListLangsRequestValidationError) ErrorName ¶
func (e ListLangsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListLangsRequestValidationError) Field ¶
func (e ListLangsRequestValidationError) Field() string
Field function returns field value.
func (ListLangsRequestValidationError) Key ¶
func (e ListLangsRequestValidationError) Key() bool
Key function returns key value.
func (ListLangsRequestValidationError) Reason ¶
func (e ListLangsRequestValidationError) Reason() string
Reason function returns reason value.
type ListLangsResponse ¶
type ListLangsResponse struct { Langs map[string]*CatalogLang `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListLangsResponse) Descriptor
deprecated
func (*ListLangsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListLangsResponse.ProtoReflect.Descriptor instead.
func (*ListLangsResponse) GetLangs ¶
func (x *ListLangsResponse) GetLangs() map[string]*CatalogLang
func (*ListLangsResponse) ProtoMessage ¶
func (*ListLangsResponse) ProtoMessage()
func (*ListLangsResponse) ProtoReflect ¶
func (x *ListLangsResponse) ProtoReflect() protoreflect.Message
func (*ListLangsResponse) Reset ¶
func (x *ListLangsResponse) Reset()
func (*ListLangsResponse) String ¶
func (x *ListLangsResponse) String() string
func (*ListLangsResponse) Validate ¶
func (m *ListLangsResponse) Validate() error
Validate checks the field values on ListLangsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ListLangsResponseValidationError ¶
type ListLangsResponseValidationError struct {
// contains filtered or unexported fields
}
ListLangsResponseValidationError is the validation error returned by ListLangsResponse.Validate if the designated constraints aren't met.
func (ListLangsResponseValidationError) Cause ¶
func (e ListLangsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListLangsResponseValidationError) Error ¶
func (e ListLangsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListLangsResponseValidationError) ErrorName ¶
func (e ListLangsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListLangsResponseValidationError) Field ¶
func (e ListLangsResponseValidationError) Field() string
Field function returns field value.
func (ListLangsResponseValidationError) Key ¶
func (e ListLangsResponseValidationError) Key() bool
Key function returns key value.
func (ListLangsResponseValidationError) Reason ¶
func (e ListLangsResponseValidationError) Reason() string
Reason function returns reason value.
type ListRun ¶
type ListRun struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ListRun) Descriptor
deprecated
func (*ListRun) ProtoMessage ¶
func (*ListRun) ProtoMessage()
func (*ListRun) ProtoReflect ¶
func (x *ListRun) ProtoReflect() protoreflect.Message
type ListRunValidationError ¶
type ListRunValidationError struct {
// contains filtered or unexported fields
}
ListRunValidationError is the validation error returned by ListRun.Validate if the designated constraints aren't met.
func (ListRunValidationError) Cause ¶
func (e ListRunValidationError) Cause() error
Cause function returns cause value.
func (ListRunValidationError) Error ¶
func (e ListRunValidationError) Error() string
Error satisfies the builtin error interface
func (ListRunValidationError) ErrorName ¶
func (e ListRunValidationError) ErrorName() string
ErrorName returns error name.
func (ListRunValidationError) Field ¶
func (e ListRunValidationError) Field() string
Field function returns field value.
func (ListRunValidationError) Key ¶
func (e ListRunValidationError) Key() bool
Key function returns key value.
func (ListRunValidationError) Reason ¶
func (e ListRunValidationError) Reason() string
Reason function returns reason value.
type ListRuns ¶
type ListRuns struct { Runs []*ListRun `protobuf:"bytes,1,rep,name=runs,proto3" json:"runs,omitempty"` // contains filtered or unexported fields }
func (*ListRuns) Descriptor
deprecated
func (*ListRuns) ProtoMessage ¶
func (*ListRuns) ProtoMessage()
func (*ListRuns) ProtoReflect ¶
func (x *ListRuns) ProtoReflect() protoreflect.Message
type ListRunsRequest ¶
type ListRunsRequest struct {
// contains filtered or unexported fields
}
func (*ListRunsRequest) Descriptor
deprecated
func (*ListRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRunsRequest.ProtoReflect.Descriptor instead.
func (*ListRunsRequest) ProtoMessage ¶
func (*ListRunsRequest) ProtoMessage()
func (*ListRunsRequest) ProtoReflect ¶
func (x *ListRunsRequest) ProtoReflect() protoreflect.Message
func (*ListRunsRequest) Reset ¶
func (x *ListRunsRequest) Reset()
func (*ListRunsRequest) String ¶
func (x *ListRunsRequest) String() string
func (*ListRunsRequest) Validate ¶
func (m *ListRunsRequest) Validate() error
Validate checks the field values on ListRunsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ListRunsRequestValidationError ¶
type ListRunsRequestValidationError struct {
// contains filtered or unexported fields
}
ListRunsRequestValidationError is the validation error returned by ListRunsRequest.Validate if the designated constraints aren't met.
func (ListRunsRequestValidationError) Cause ¶
func (e ListRunsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListRunsRequestValidationError) Error ¶
func (e ListRunsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListRunsRequestValidationError) ErrorName ¶
func (e ListRunsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListRunsRequestValidationError) Field ¶
func (e ListRunsRequestValidationError) Field() string
Field function returns field value.
func (ListRunsRequestValidationError) Key ¶
func (e ListRunsRequestValidationError) Key() bool
Key function returns key value.
func (ListRunsRequestValidationError) Reason ¶
func (e ListRunsRequestValidationError) Reason() string
Reason function returns reason value.
type ListRunsResponse ¶
type ListRunsResponse struct { States map[string]*ListRuns `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListRunsResponse) Descriptor
deprecated
func (*ListRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRunsResponse.ProtoReflect.Descriptor instead.
func (*ListRunsResponse) GetStates ¶
func (x *ListRunsResponse) GetStates() map[string]*ListRuns
func (*ListRunsResponse) ProtoMessage ¶
func (*ListRunsResponse) ProtoMessage()
func (*ListRunsResponse) ProtoReflect ¶
func (x *ListRunsResponse) ProtoReflect() protoreflect.Message
func (*ListRunsResponse) Reset ¶
func (x *ListRunsResponse) Reset()
func (*ListRunsResponse) String ¶
func (x *ListRunsResponse) String() string
func (*ListRunsResponse) Validate ¶
func (m *ListRunsResponse) Validate() error
Validate checks the field values on ListRunsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ListRunsResponseValidationError ¶
type ListRunsResponseValidationError struct {
// contains filtered or unexported fields
}
ListRunsResponseValidationError is the validation error returned by ListRunsResponse.Validate if the designated constraints aren't met.
func (ListRunsResponseValidationError) Cause ¶
func (e ListRunsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListRunsResponseValidationError) Error ¶
func (e ListRunsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListRunsResponseValidationError) ErrorName ¶
func (e ListRunsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListRunsResponseValidationError) Field ¶
func (e ListRunsResponseValidationError) Field() string
Field function returns field value.
func (ListRunsResponseValidationError) Key ¶
func (e ListRunsResponseValidationError) Key() bool
Key function returns key value.
func (ListRunsResponseValidationError) Reason ¶
func (e ListRunsResponseValidationError) Reason() string
Reason function returns reason value.
type ListRunsValidationError ¶
type ListRunsValidationError struct {
// contains filtered or unexported fields
}
ListRunsValidationError is the validation error returned by ListRuns.Validate if the designated constraints aren't met.
func (ListRunsValidationError) Cause ¶
func (e ListRunsValidationError) Cause() error
Cause function returns cause value.
func (ListRunsValidationError) Error ¶
func (e ListRunsValidationError) Error() string
Error satisfies the builtin error interface
func (ListRunsValidationError) ErrorName ¶
func (e ListRunsValidationError) ErrorName() string
ErrorName returns error name.
func (ListRunsValidationError) Field ¶
func (e ListRunsValidationError) Field() string
Field function returns field value.
func (ListRunsValidationError) Key ¶
func (e ListRunsValidationError) Key() bool
Key function returns key value.
func (ListRunsValidationError) Reason ¶
func (e ListRunsValidationError) Reason() string
Reason function returns reason value.
type RunCallReturnRequest ¶
type RunCallReturnRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Error *program.Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` Retval *values.Value `protobuf:"bytes,3,opt,name=retval,proto3" json:"retval,omitempty"` // contains filtered or unexported fields }
func (*RunCallReturnRequest) Descriptor
deprecated
func (*RunCallReturnRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunCallReturnRequest.ProtoReflect.Descriptor instead.
func (*RunCallReturnRequest) GetError ¶
func (x *RunCallReturnRequest) GetError() *program.Error
func (*RunCallReturnRequest) GetRetval ¶
func (x *RunCallReturnRequest) GetRetval() *values.Value
func (*RunCallReturnRequest) GetRunId ¶
func (x *RunCallReturnRequest) GetRunId() string
func (*RunCallReturnRequest) ProtoMessage ¶
func (*RunCallReturnRequest) ProtoMessage()
func (*RunCallReturnRequest) ProtoReflect ¶
func (x *RunCallReturnRequest) ProtoReflect() protoreflect.Message
func (*RunCallReturnRequest) Reset ¶
func (x *RunCallReturnRequest) Reset()
func (*RunCallReturnRequest) String ¶
func (x *RunCallReturnRequest) String() string
func (*RunCallReturnRequest) Validate ¶
func (m *RunCallReturnRequest) Validate() error
Validate checks the field values on RunCallReturnRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunCallReturnRequestValidationError ¶
type RunCallReturnRequestValidationError struct {
// contains filtered or unexported fields
}
RunCallReturnRequestValidationError is the validation error returned by RunCallReturnRequest.Validate if the designated constraints aren't met.
func (RunCallReturnRequestValidationError) Cause ¶
func (e RunCallReturnRequestValidationError) Cause() error
Cause function returns cause value.
func (RunCallReturnRequestValidationError) Error ¶
func (e RunCallReturnRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RunCallReturnRequestValidationError) ErrorName ¶
func (e RunCallReturnRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RunCallReturnRequestValidationError) Field ¶
func (e RunCallReturnRequestValidationError) Field() string
Field function returns field value.
func (RunCallReturnRequestValidationError) Key ¶
func (e RunCallReturnRequestValidationError) Key() bool
Key function returns key value.
func (RunCallReturnRequestValidationError) Reason ¶
func (e RunCallReturnRequestValidationError) Reason() string
Reason function returns reason value.
type RunCallReturnResponse ¶
type RunCallReturnResponse struct {
// contains filtered or unexported fields
}
func (*RunCallReturnResponse) Descriptor
deprecated
func (*RunCallReturnResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunCallReturnResponse.ProtoReflect.Descriptor instead.
func (*RunCallReturnResponse) ProtoMessage ¶
func (*RunCallReturnResponse) ProtoMessage()
func (*RunCallReturnResponse) ProtoReflect ¶
func (x *RunCallReturnResponse) ProtoReflect() protoreflect.Message
func (*RunCallReturnResponse) Reset ¶
func (x *RunCallReturnResponse) Reset()
func (*RunCallReturnResponse) String ¶
func (x *RunCallReturnResponse) String() string
func (*RunCallReturnResponse) Validate ¶
func (m *RunCallReturnResponse) Validate() error
Validate checks the field values on RunCallReturnResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunCallReturnResponseValidationError ¶
type RunCallReturnResponseValidationError struct {
// contains filtered or unexported fields
}
RunCallReturnResponseValidationError is the validation error returned by RunCallReturnResponse.Validate if the designated constraints aren't met.
func (RunCallReturnResponseValidationError) Cause ¶
func (e RunCallReturnResponseValidationError) Cause() error
Cause function returns cause value.
func (RunCallReturnResponseValidationError) Error ¶
func (e RunCallReturnResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RunCallReturnResponseValidationError) ErrorName ¶
func (e RunCallReturnResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RunCallReturnResponseValidationError) Field ¶
func (e RunCallReturnResponseValidationError) Field() string
Field function returns field value.
func (RunCallReturnResponseValidationError) Key ¶
func (e RunCallReturnResponseValidationError) Key() bool
Key function returns key value.
func (RunCallReturnResponseValidationError) Reason ¶
func (e RunCallReturnResponseValidationError) Reason() string
Reason function returns reason value.
type RunCancelRequest ¶
type RunCancelRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*RunCancelRequest) Descriptor
deprecated
func (*RunCancelRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunCancelRequest.ProtoReflect.Descriptor instead.
func (*RunCancelRequest) GetReason ¶
func (x *RunCancelRequest) GetReason() string
func (*RunCancelRequest) GetRunId ¶
func (x *RunCancelRequest) GetRunId() string
func (*RunCancelRequest) ProtoMessage ¶
func (*RunCancelRequest) ProtoMessage()
func (*RunCancelRequest) ProtoReflect ¶
func (x *RunCancelRequest) ProtoReflect() protoreflect.Message
func (*RunCancelRequest) Reset ¶
func (x *RunCancelRequest) Reset()
func (*RunCancelRequest) String ¶
func (x *RunCancelRequest) String() string
func (*RunCancelRequest) Validate ¶
func (m *RunCancelRequest) Validate() error
Validate checks the field values on RunCancelRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunCancelRequestValidationError ¶
type RunCancelRequestValidationError struct {
// contains filtered or unexported fields
}
RunCancelRequestValidationError is the validation error returned by RunCancelRequest.Validate if the designated constraints aren't met.
func (RunCancelRequestValidationError) Cause ¶
func (e RunCancelRequestValidationError) Cause() error
Cause function returns cause value.
func (RunCancelRequestValidationError) Error ¶
func (e RunCancelRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RunCancelRequestValidationError) ErrorName ¶
func (e RunCancelRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RunCancelRequestValidationError) Field ¶
func (e RunCancelRequestValidationError) Field() string
Field function returns field value.
func (RunCancelRequestValidationError) Key ¶
func (e RunCancelRequestValidationError) Key() bool
Key function returns key value.
func (RunCancelRequestValidationError) Reason ¶
func (e RunCancelRequestValidationError) Reason() string
Reason function returns reason value.
type RunCancelResponse ¶
type RunCancelResponse struct {
// contains filtered or unexported fields
}
func (*RunCancelResponse) Descriptor
deprecated
func (*RunCancelResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunCancelResponse.ProtoReflect.Descriptor instead.
func (*RunCancelResponse) ProtoMessage ¶
func (*RunCancelResponse) ProtoMessage()
func (*RunCancelResponse) ProtoReflect ¶
func (x *RunCancelResponse) ProtoReflect() protoreflect.Message
func (*RunCancelResponse) Reset ¶
func (x *RunCancelResponse) Reset()
func (*RunCancelResponse) String ¶
func (x *RunCancelResponse) String() string
func (*RunCancelResponse) Validate ¶
func (m *RunCancelResponse) Validate() error
Validate checks the field values on RunCancelResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunCancelResponseValidationError ¶
type RunCancelResponseValidationError struct {
// contains filtered or unexported fields
}
RunCancelResponseValidationError is the validation error returned by RunCancelResponse.Validate if the designated constraints aren't met.
func (RunCancelResponseValidationError) Cause ¶
func (e RunCancelResponseValidationError) Cause() error
Cause function returns cause value.
func (RunCancelResponseValidationError) Error ¶
func (e RunCancelResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RunCancelResponseValidationError) ErrorName ¶
func (e RunCancelResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RunCancelResponseValidationError) Field ¶
func (e RunCancelResponseValidationError) Field() string
Field function returns field value.
func (RunCancelResponseValidationError) Key ¶
func (e RunCancelResponseValidationError) Key() bool
Key function returns key value.
func (RunCancelResponseValidationError) Reason ¶
func (e RunCancelResponseValidationError) Reason() string
Reason function returns reason value.
type RunDiscardRequest ¶
type RunDiscardRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RunDiscardRequest) Descriptor
deprecated
func (*RunDiscardRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunDiscardRequest.ProtoReflect.Descriptor instead.
func (*RunDiscardRequest) GetId ¶
func (x *RunDiscardRequest) GetId() string
func (*RunDiscardRequest) ProtoMessage ¶
func (*RunDiscardRequest) ProtoMessage()
func (*RunDiscardRequest) ProtoReflect ¶
func (x *RunDiscardRequest) ProtoReflect() protoreflect.Message
func (*RunDiscardRequest) Reset ¶
func (x *RunDiscardRequest) Reset()
func (*RunDiscardRequest) String ¶
func (x *RunDiscardRequest) String() string
func (*RunDiscardRequest) Validate ¶
func (m *RunDiscardRequest) Validate() error
Validate checks the field values on RunDiscardRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunDiscardRequestValidationError ¶
type RunDiscardRequestValidationError struct {
// contains filtered or unexported fields
}
RunDiscardRequestValidationError is the validation error returned by RunDiscardRequest.Validate if the designated constraints aren't met.
func (RunDiscardRequestValidationError) Cause ¶
func (e RunDiscardRequestValidationError) Cause() error
Cause function returns cause value.
func (RunDiscardRequestValidationError) Error ¶
func (e RunDiscardRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RunDiscardRequestValidationError) ErrorName ¶
func (e RunDiscardRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RunDiscardRequestValidationError) Field ¶
func (e RunDiscardRequestValidationError) Field() string
Field function returns field value.
func (RunDiscardRequestValidationError) Key ¶
func (e RunDiscardRequestValidationError) Key() bool
Key function returns key value.
func (RunDiscardRequestValidationError) Reason ¶
func (e RunDiscardRequestValidationError) Reason() string
Reason function returns reason value.
type RunDiscardResponse ¶
type RunDiscardResponse struct {
// contains filtered or unexported fields
}
func (*RunDiscardResponse) Descriptor
deprecated
func (*RunDiscardResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunDiscardResponse.ProtoReflect.Descriptor instead.
func (*RunDiscardResponse) ProtoMessage ¶
func (*RunDiscardResponse) ProtoMessage()
func (*RunDiscardResponse) ProtoReflect ¶
func (x *RunDiscardResponse) ProtoReflect() protoreflect.Message
func (*RunDiscardResponse) Reset ¶
func (x *RunDiscardResponse) Reset()
func (*RunDiscardResponse) String ¶
func (x *RunDiscardResponse) String() string
func (*RunDiscardResponse) Validate ¶
func (m *RunDiscardResponse) Validate() error
Validate checks the field values on RunDiscardResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunDiscardResponseValidationError ¶
type RunDiscardResponseValidationError struct {
// contains filtered or unexported fields
}
RunDiscardResponseValidationError is the validation error returned by RunDiscardResponse.Validate if the designated constraints aren't met.
func (RunDiscardResponseValidationError) Cause ¶
func (e RunDiscardResponseValidationError) Cause() error
Cause function returns cause value.
func (RunDiscardResponseValidationError) Error ¶
func (e RunDiscardResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RunDiscardResponseValidationError) ErrorName ¶
func (e RunDiscardResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RunDiscardResponseValidationError) Field ¶
func (e RunDiscardResponseValidationError) Field() string
Field function returns field value.
func (RunDiscardResponseValidationError) Key ¶
func (e RunDiscardResponseValidationError) Key() bool
Key function returns key value.
func (RunDiscardResponseValidationError) Reason ¶
func (e RunDiscardResponseValidationError) Reason() string
Reason function returns reason value.
type RunGetRequest ¶
type RunGetRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` GetSummary bool `protobuf:"varint,2,opt,name=get_summary,json=getSummary,proto3" json:"get_summary,omitempty"` // contains filtered or unexported fields }
func (*RunGetRequest) Descriptor
deprecated
func (*RunGetRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunGetRequest.ProtoReflect.Descriptor instead.
func (*RunGetRequest) GetGetSummary ¶
func (x *RunGetRequest) GetGetSummary() bool
func (*RunGetRequest) GetRunId ¶
func (x *RunGetRequest) GetRunId() string
func (*RunGetRequest) ProtoMessage ¶
func (*RunGetRequest) ProtoMessage()
func (*RunGetRequest) ProtoReflect ¶
func (x *RunGetRequest) ProtoReflect() protoreflect.Message
func (*RunGetRequest) Reset ¶
func (x *RunGetRequest) Reset()
func (*RunGetRequest) String ¶
func (x *RunGetRequest) String() string
func (*RunGetRequest) Validate ¶
func (m *RunGetRequest) Validate() error
Validate checks the field values on RunGetRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunGetRequestValidationError ¶
type RunGetRequestValidationError struct {
// contains filtered or unexported fields
}
RunGetRequestValidationError is the validation error returned by RunGetRequest.Validate if the designated constraints aren't met.
func (RunGetRequestValidationError) Cause ¶
func (e RunGetRequestValidationError) Cause() error
Cause function returns cause value.
func (RunGetRequestValidationError) Error ¶
func (e RunGetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RunGetRequestValidationError) ErrorName ¶
func (e RunGetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RunGetRequestValidationError) Field ¶
func (e RunGetRequestValidationError) Field() string
Field function returns field value.
func (RunGetRequestValidationError) Key ¶
func (e RunGetRequestValidationError) Key() bool
Key function returns key value.
func (RunGetRequestValidationError) Reason ¶
func (e RunGetRequestValidationError) Reason() string
Reason function returns reason value.
type RunGetResponse ¶
type RunGetResponse struct { Summary *lang.RunSummary `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"` // contains filtered or unexported fields }
func (*RunGetResponse) Descriptor
deprecated
func (*RunGetResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunGetResponse.ProtoReflect.Descriptor instead.
func (*RunGetResponse) GetSummary ¶
func (x *RunGetResponse) GetSummary() *lang.RunSummary
func (*RunGetResponse) ProtoMessage ¶
func (*RunGetResponse) ProtoMessage()
func (*RunGetResponse) ProtoReflect ¶
func (x *RunGetResponse) ProtoReflect() protoreflect.Message
func (*RunGetResponse) Reset ¶
func (x *RunGetResponse) Reset()
func (*RunGetResponse) String ¶
func (x *RunGetResponse) String() string
func (*RunGetResponse) Validate ¶
func (m *RunGetResponse) Validate() error
Validate checks the field values on RunGetResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunGetResponseValidationError ¶
type RunGetResponseValidationError struct {
// contains filtered or unexported fields
}
RunGetResponseValidationError is the validation error returned by RunGetResponse.Validate if the designated constraints aren't met.
func (RunGetResponseValidationError) Cause ¶
func (e RunGetResponseValidationError) Cause() error
Cause function returns cause value.
func (RunGetResponseValidationError) Error ¶
func (e RunGetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RunGetResponseValidationError) ErrorName ¶
func (e RunGetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RunGetResponseValidationError) Field ¶
func (e RunGetResponseValidationError) Field() string
Field function returns field value.
func (RunGetResponseValidationError) Key ¶
func (e RunGetResponseValidationError) Key() bool
Key function returns key value.
func (RunGetResponseValidationError) Reason ¶
func (e RunGetResponseValidationError) Reason() string
Reason function returns reason value.
type RunLoadReturnRequest ¶
type RunLoadReturnRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Error *program.Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` RunSummary *lang.RunSummary `protobuf:"bytes,3,opt,name=run_summary,json=runSummary,proto3" json:"run_summary,omitempty"` Values map[string]*values.Value `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RunLoadReturnRequest) Descriptor
deprecated
func (*RunLoadReturnRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunLoadReturnRequest.ProtoReflect.Descriptor instead.
func (*RunLoadReturnRequest) GetError ¶
func (x *RunLoadReturnRequest) GetError() *program.Error
func (*RunLoadReturnRequest) GetRunId ¶
func (x *RunLoadReturnRequest) GetRunId() string
func (*RunLoadReturnRequest) GetRunSummary ¶
func (x *RunLoadReturnRequest) GetRunSummary() *lang.RunSummary
func (*RunLoadReturnRequest) GetValues ¶
func (x *RunLoadReturnRequest) GetValues() map[string]*values.Value
func (*RunLoadReturnRequest) ProtoMessage ¶
func (*RunLoadReturnRequest) ProtoMessage()
func (*RunLoadReturnRequest) ProtoReflect ¶
func (x *RunLoadReturnRequest) ProtoReflect() protoreflect.Message
func (*RunLoadReturnRequest) Reset ¶
func (x *RunLoadReturnRequest) Reset()
func (*RunLoadReturnRequest) String ¶
func (x *RunLoadReturnRequest) String() string
func (*RunLoadReturnRequest) Validate ¶
func (m *RunLoadReturnRequest) Validate() error
Validate checks the field values on RunLoadReturnRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunLoadReturnRequestValidationError ¶
type RunLoadReturnRequestValidationError struct {
// contains filtered or unexported fields
}
RunLoadReturnRequestValidationError is the validation error returned by RunLoadReturnRequest.Validate if the designated constraints aren't met.
func (RunLoadReturnRequestValidationError) Cause ¶
func (e RunLoadReturnRequestValidationError) Cause() error
Cause function returns cause value.
func (RunLoadReturnRequestValidationError) Error ¶
func (e RunLoadReturnRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RunLoadReturnRequestValidationError) ErrorName ¶
func (e RunLoadReturnRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RunLoadReturnRequestValidationError) Field ¶
func (e RunLoadReturnRequestValidationError) Field() string
Field function returns field value.
func (RunLoadReturnRequestValidationError) Key ¶
func (e RunLoadReturnRequestValidationError) Key() bool
Key function returns key value.
func (RunLoadReturnRequestValidationError) Reason ¶
func (e RunLoadReturnRequestValidationError) Reason() string
Reason function returns reason value.
type RunLoadReturnResponse ¶
type RunLoadReturnResponse struct {
// contains filtered or unexported fields
}
func (*RunLoadReturnResponse) Descriptor
deprecated
func (*RunLoadReturnResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunLoadReturnResponse.ProtoReflect.Descriptor instead.
func (*RunLoadReturnResponse) ProtoMessage ¶
func (*RunLoadReturnResponse) ProtoMessage()
func (*RunLoadReturnResponse) ProtoReflect ¶
func (x *RunLoadReturnResponse) ProtoReflect() protoreflect.Message
func (*RunLoadReturnResponse) Reset ¶
func (x *RunLoadReturnResponse) Reset()
func (*RunLoadReturnResponse) String ¶
func (x *RunLoadReturnResponse) String() string
func (*RunLoadReturnResponse) Validate ¶
func (m *RunLoadReturnResponse) Validate() error
Validate checks the field values on RunLoadReturnResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunLoadReturnResponseValidationError ¶
type RunLoadReturnResponseValidationError struct {
// contains filtered or unexported fields
}
RunLoadReturnResponseValidationError is the validation error returned by RunLoadReturnResponse.Validate if the designated constraints aren't met.
func (RunLoadReturnResponseValidationError) Cause ¶
func (e RunLoadReturnResponseValidationError) Cause() error
Cause function returns cause value.
func (RunLoadReturnResponseValidationError) Error ¶
func (e RunLoadReturnResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RunLoadReturnResponseValidationError) ErrorName ¶
func (e RunLoadReturnResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RunLoadReturnResponseValidationError) Field ¶
func (e RunLoadReturnResponseValidationError) Field() string
Field function returns field value.
func (RunLoadReturnResponseValidationError) Key ¶
func (e RunLoadReturnResponseValidationError) Key() bool
Key function returns key value.
func (RunLoadReturnResponseValidationError) Reason ¶
func (e RunLoadReturnResponseValidationError) Reason() string
Reason function returns reason value.
type RunRequest ¶
type RunRequest struct { Scope string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Module *program.Module `protobuf:"bytes,3,opt,name=module,proto3" json:"module,omitempty"` Predecls map[string]*values.Value `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RunRequest) Descriptor
deprecated
func (*RunRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunRequest.ProtoReflect.Descriptor instead.
func (*RunRequest) GetId ¶
func (x *RunRequest) GetId() string
func (*RunRequest) GetModule ¶
func (x *RunRequest) GetModule() *program.Module
func (*RunRequest) GetPredecls ¶
func (x *RunRequest) GetPredecls() map[string]*values.Value
func (*RunRequest) GetScope ¶
func (x *RunRequest) GetScope() string
func (*RunRequest) ProtoMessage ¶
func (*RunRequest) ProtoMessage()
func (*RunRequest) ProtoReflect ¶
func (x *RunRequest) ProtoReflect() protoreflect.Message
func (*RunRequest) Reset ¶
func (x *RunRequest) Reset()
func (*RunRequest) String ¶
func (x *RunRequest) String() string
func (*RunRequest) Validate ¶
func (m *RunRequest) Validate() error
Validate checks the field values on RunRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RunRequestValidationError ¶
type RunRequestValidationError struct {
// contains filtered or unexported fields
}
RunRequestValidationError is the validation error returned by RunRequest.Validate if the designated constraints aren't met.
func (RunRequestValidationError) Cause ¶
func (e RunRequestValidationError) Cause() error
Cause function returns cause value.
func (RunRequestValidationError) Error ¶
func (e RunRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RunRequestValidationError) ErrorName ¶
func (e RunRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RunRequestValidationError) Field ¶
func (e RunRequestValidationError) Field() string
Field function returns field value.
func (RunRequestValidationError) Key ¶
func (e RunRequestValidationError) Key() bool
Key function returns key value.
func (RunRequestValidationError) Reason ¶
func (e RunRequestValidationError) Reason() string
Reason function returns reason value.
type RunUpdate ¶
type RunUpdate struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` T *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=t,proto3" json:"t,omitempty"` Prev *lang.RunState `protobuf:"bytes,3,opt,name=prev,proto3" json:"prev,omitempty"` // will be nil on first update. Next *lang.RunState `protobuf:"bytes,4,opt,name=next,proto3" json:"next,omitempty"` // contains filtered or unexported fields }
func (*RunUpdate) Descriptor
deprecated
func (*RunUpdate) GetT ¶
func (x *RunUpdate) GetT() *timestamppb.Timestamp
func (*RunUpdate) ProtoMessage ¶
func (*RunUpdate) ProtoMessage()
func (*RunUpdate) ProtoReflect ¶
func (x *RunUpdate) ProtoReflect() protoreflect.Message
type RunUpdateValidationError ¶
type RunUpdateValidationError struct {
// contains filtered or unexported fields
}
RunUpdateValidationError is the validation error returned by RunUpdate.Validate if the designated constraints aren't met.
func (RunUpdateValidationError) Cause ¶
func (e RunUpdateValidationError) Cause() error
Cause function returns cause value.
func (RunUpdateValidationError) Error ¶
func (e RunUpdateValidationError) Error() string
Error satisfies the builtin error interface
func (RunUpdateValidationError) ErrorName ¶
func (e RunUpdateValidationError) ErrorName() string
ErrorName returns error name.
func (RunUpdateValidationError) Field ¶
func (e RunUpdateValidationError) Field() string
Field function returns field value.
func (RunUpdateValidationError) Key ¶
func (e RunUpdateValidationError) Key() bool
Key function returns key value.
func (RunUpdateValidationError) Reason ¶
func (e RunUpdateValidationError) Reason() string
Reason function returns reason value.
type UnimplementedLangRunServer ¶
type UnimplementedLangRunServer struct { }
UnimplementedLangRunServer must be embedded to have forward compatible implementations.
func (UnimplementedLangRunServer) CallFunction ¶
func (UnimplementedLangRunServer) CallFunction(*CallFunctionRequest, LangRun_CallFunctionServer) error
func (UnimplementedLangRunServer) ListRuns ¶
func (UnimplementedLangRunServer) ListRuns(context.Context, *ListRunsRequest) (*ListRunsResponse, error)
func (UnimplementedLangRunServer) Run ¶
func (UnimplementedLangRunServer) Run(*RunRequest, LangRun_RunServer) error
func (UnimplementedLangRunServer) RunCallReturn ¶
func (UnimplementedLangRunServer) RunCallReturn(context.Context, *RunCallReturnRequest) (*RunCallReturnResponse, error)
func (UnimplementedLangRunServer) RunCancel ¶
func (UnimplementedLangRunServer) RunCancel(context.Context, *RunCancelRequest) (*RunCancelResponse, error)
func (UnimplementedLangRunServer) RunDiscard ¶
func (UnimplementedLangRunServer) RunDiscard(context.Context, *RunDiscardRequest) (*RunDiscardResponse, error)
func (UnimplementedLangRunServer) RunGet ¶
func (UnimplementedLangRunServer) RunGet(context.Context, *RunGetRequest) (*RunGetResponse, error)
func (UnimplementedLangRunServer) RunLoadReturn ¶
func (UnimplementedLangRunServer) RunLoadReturn(context.Context, *RunLoadReturnRequest) (*RunLoadReturnResponse, error)
type UnimplementedLangServer ¶
type UnimplementedLangServer struct { }
UnimplementedLangServer must be embedded to have forward compatible implementations.
func (UnimplementedLangServer) CompileModule ¶
func (UnimplementedLangServer) CompileModule(context.Context, *CompileModuleRequest) (*CompileModuleResponse, error)
func (UnimplementedLangServer) GetModuleDependencies ¶
func (UnimplementedLangServer) GetModuleDependencies(context.Context, *GetModuleDependenciesRequest) (*GetModuleDependenciesResponse, error)
func (UnimplementedLangServer) IsCompilerVersionSupported ¶
func (UnimplementedLangServer) IsCompilerVersionSupported(context.Context, *IsCompilerVersionSupportedRequest) (*IsCompilerVersionSupportedResponse, error)
func (UnimplementedLangServer) ListLangs ¶
func (UnimplementedLangServer) ListLangs(context.Context, *ListLangsRequest) (*ListLangsResponse, error)
type UnsafeLangRunServer ¶
type UnsafeLangRunServer interface {
// contains filtered or unexported methods
}
UnsafeLangRunServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LangRunServer will result in compilation errors.
type UnsafeLangServer ¶
type UnsafeLangServer interface {
// contains filtered or unexported methods
}
UnsafeLangServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LangServer will result in compilation errors.