meta

package
v0.0.0-...-683b059 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Overview

Package meta provides gRPC service definitions for meta tests.

Index

Constants

This section is empty.

Variables

View Source
var File_file_output_service_proto protoreflect.FileDescriptor

Functions

func RegisterFileOutputServiceServer

func RegisterFileOutputServiceServer(s *grpc.Server, srv FileOutputServiceServer)

Types

type FileOutputServiceClient

type FileOutputServiceClient interface {
	// SaveOutputs creates files in the gRPC output directory.
	SaveOutputFiles(ctx context.Context, in *SaveOutputFilesRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

FileOutputServiceClient is the client API for FileOutputService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type FileOutputServiceServer

type FileOutputServiceServer interface {
	// SaveOutputs creates files in the gRPC output directory.
	SaveOutputFiles(context.Context, *SaveOutputFilesRequest) (*empty.Empty, error)
}

FileOutputServiceServer is the server API for FileOutputService service.

type SaveOutputFilesRequest

type SaveOutputFilesRequest struct {
	Files map[string]string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SaveOutputFilesRequest) Descriptor deprecated

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

Deprecated: Use SaveOutputFilesRequest.ProtoReflect.Descriptor instead.

func (*SaveOutputFilesRequest) GetFiles

func (x *SaveOutputFilesRequest) GetFiles() map[string]string

func (*SaveOutputFilesRequest) ProtoMessage

func (*SaveOutputFilesRequest) ProtoMessage()

func (*SaveOutputFilesRequest) ProtoReflect

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

func (*SaveOutputFilesRequest) Reset

func (x *SaveOutputFilesRequest) Reset()

func (*SaveOutputFilesRequest) String

func (x *SaveOutputFilesRequest) String() string

type UnimplementedFileOutputServiceServer

type UnimplementedFileOutputServiceServer struct {
}

UnimplementedFileOutputServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedFileOutputServiceServer) SaveOutputFiles

Jump to

Keyboard shortcuts

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