Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deck-web
Face Protobuf
Commits
f45b2381
Commit
f45b2381
authored
2 years ago
by
Камалов Эрик
Browse files
Options
Download
Email Patches
Plain Diff
s
parent
a4f290b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.proto
+1
-1
.proto
faceprotobuf.pb.go
+3
-4
faceprotobuf.pb.go
faceprotobuf_grpc.pb.go
+1
-1
faceprotobuf_grpc.pb.go
with
5 additions
and
6 deletions
+5
-6
.proto
+
1
-
1
View file @
f45b2381
syntax
=
"proto3"
;
option
go_package
=
"/face
_
protobuf"
;
option
go_package
=
"/faceprotobuf"
;
service
FaceProtobuf
{
rpc
GetVertex
(
ImageRequest
)
returns
(
DescriptorResponse
){}
...
...
This diff is collapsed.
Click to expand it.
face
_
protobuf.pb.go
→
faceprotobuf.pb.go
+
3
-
4
View file @
f45b2381
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
face
_
protobuf_grpc.pb.go
→
faceprotobuf_grpc.pb.go
+
1
-
1
View file @
f45b2381
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
package
face
_
protobuf
package
faceprotobuf
import
(
context
"context"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help