Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_file_file_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterFileServiceServer ¶
func RegisterFileServiceServer(s *grpc.Server, srv FileServiceServer)
Types ¶
type FileServiceClient ¶
type FileServiceClient interface { StoreFile(ctx context.Context, in *api.StoreFileReq, opts ...grpc.CallOption) (*api.StoreFileResp, error) LookupFile(ctx context.Context, in *api.LookupFileReq, opts ...grpc.CallOption) (*api.LookupFileResp, error) }
FileServiceClient is the client API for FileService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewFileServiceClient ¶
func NewFileServiceClient(cc grpc.ClientConnInterface) FileServiceClient
type FileServiceServer ¶
type FileServiceServer interface { StoreFile(context.Context, *api.StoreFileReq) (*api.StoreFileResp, error) LookupFile(context.Context, *api.LookupFileReq) (*api.LookupFileResp, error) }
FileServiceServer is the server API for FileService service.
type UnimplementedFileServiceServer ¶ added in v0.0.5
type UnimplementedFileServiceServer struct { }
UnimplementedFileServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedFileServiceServer) LookupFile ¶ added in v0.0.5
func (*UnimplementedFileServiceServer) LookupFile(context.Context, *api.LookupFileReq) (*api.LookupFileResp, error)
func (*UnimplementedFileServiceServer) StoreFile ¶ added in v0.0.5
func (*UnimplementedFileServiceServer) StoreFile(context.Context, *api.StoreFileReq) (*api.StoreFileResp, error)
Click to show internal directories.
Click to hide internal directories.