Versions in this module Expand all Collapse all v0 v0.999.1 Aug 17, 2023 Changes in this version + var File_internal_remote_gen_proto protoreflect.FileDescriptor + var Gen_ServiceDesc = grpc.ServiceDesc + func RegisterGenServer(s grpc.ServiceRegistrar, srv GenServer) + type File struct + Bytes []byte + ContentType string + Path string + func (*File) Descriptor() ([]byte, []int) + func (*File) ProtoMessage() + func (x *File) GetBytes() []byte + func (x *File) GetContentType() string + func (x *File) GetPath() string + func (x *File) ProtoReflect() protoreflect.Message + func (x *File) Reset() + func (x *File) String() string + type GenClient interface + Generate func(ctx context.Context, in *GenerateRequest, opts ...grpc.CallOption) (*GenerateResponse, error) + func NewClient(cloudConfig config.Cloud) (GenClient, error) + func NewGenClient(cc grpc.ClientConnInterface) GenClient + type GenServer interface + Generate func(context.Context, *GenerateRequest) (*GenerateResponse, error) + type GenerateRequest struct + Inputs []*File + Version string + func (*GenerateRequest) Descriptor() ([]byte, []int) + func (*GenerateRequest) ProtoMessage() + func (x *GenerateRequest) GetInputs() []*File + func (x *GenerateRequest) GetVersion() string + func (x *GenerateRequest) ProtoReflect() protoreflect.Message + func (x *GenerateRequest) Reset() + func (x *GenerateRequest) String() string + type GenerateResponse struct + ExitCode int64 + Outputs []*File + Stderr []byte + Stdout []byte + func (*GenerateResponse) Descriptor() ([]byte, []int) + func (*GenerateResponse) ProtoMessage() + func (x *GenerateResponse) GetExitCode() int64 + func (x *GenerateResponse) GetOutputs() []*File + func (x *GenerateResponse) GetStderr() []byte + func (x *GenerateResponse) GetStdout() []byte + func (x *GenerateResponse) ProtoReflect() protoreflect.Message + func (x *GenerateResponse) Reset() + func (x *GenerateResponse) String() string + type UnimplementedGenServer struct + func (UnimplementedGenServer) Generate(context.Context, *GenerateRequest) (*GenerateResponse, error) + type UnsafeGenServer interface