Commit f45b2381 authored by Камалов Эрик's avatar Камалов Эрик :zzz:
Browse files

s

parent a4f290b9
Showing with 5 additions and 6 deletions
+5 -6
syntax = "proto3";
option go_package = "/face_protobuf";
option go_package = "/faceprotobuf";
service FaceProtobuf {
rpc GetVertex(ImageRequest) returns (DescriptorResponse){}
......
......@@ -4,7 +4,7 @@
// protoc v3.6.1
// source: .proto
package face_protobuf
package faceprotobuf
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
......@@ -127,9 +127,8 @@ var file___proto_rawDesc = []byte{
0x6f, 0x62, 0x75, 0x66, 0x12, 0x31, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x74, 0x65,
0x78, 0x12, 0x0d, 0x2e, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x1a, 0x13, 0x2e, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x10, 0x5a, 0x0e, 0x2f, 0x66, 0x61, 0x63, 0x65,
0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x33,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x0f, 0x5a, 0x0d, 0x2f, 0x66, 0x61, 0x63, 0x65,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
......
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
package face_protobuf
package faceprotobuf
import (
context "context"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment