liuxiaolong
2019-08-29 eb5a5f99a7450eb279297f98f18f0a9700be7264
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: facedetect.proto
 
package protomsg
 
import (
    context "context"
    fmt "fmt"
    proto "github.com/golang/protobuf/proto"
    grpc "google.golang.org/grpc"
    codes "google.golang.org/grpc/codes"
    status "google.golang.org/grpc/status"
    math "math"
)
 
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
 
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
 
type FaceDetectRequest struct {
    ReqParam             []byte   `protobuf:"bytes,1,opt,name=reqParam,proto3" json:"reqParam,omitempty"`
    XXX_NoUnkeyedLiteral struct{} `json:"-"`
    XXX_unrecognized     []byte   `json:"-"`
    XXX_sizecache        int32    `json:"-"`
}
 
func (m *FaceDetectRequest) Reset()         { *m = FaceDetectRequest{} }
func (m *FaceDetectRequest) String() string { return proto.CompactTextString(m) }
func (*FaceDetectRequest) ProtoMessage()    {}
func (*FaceDetectRequest) Descriptor() ([]byte, []int) {
    return fileDescriptor_5314bd1755b5a080, []int{0}
}
 
func (m *FaceDetectRequest) XXX_Unmarshal(b []byte) error {
    return xxx_messageInfo_FaceDetectRequest.Unmarshal(m, b)
}
func (m *FaceDetectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    return xxx_messageInfo_FaceDetectRequest.Marshal(b, m, deterministic)
}
func (m *FaceDetectRequest) XXX_Merge(src proto.Message) {
    xxx_messageInfo_FaceDetectRequest.Merge(m, src)
}
func (m *FaceDetectRequest) XXX_Size() int {
    return xxx_messageInfo_FaceDetectRequest.Size(m)
}
func (m *FaceDetectRequest) XXX_DiscardUnknown() {
    xxx_messageInfo_FaceDetectRequest.DiscardUnknown(m)
}
 
var xxx_messageInfo_FaceDetectRequest proto.InternalMessageInfo
 
func (m *FaceDetectRequest) GetReqParam() []byte {
    if m != nil {
        return m.ReqParam
    }
    return nil
}
 
func init() {
    proto.RegisterType((*FaceDetectRequest)(nil), "protomsg.FaceDetectRequest")
}
 
func init() { proto.RegisterFile("facedetect.proto", fileDescriptor_5314bd1755b5a080) }
 
var fileDescriptor_5314bd1755b5a080 = []byte{
    // 129 bytes of a gzipped FileDescriptorProto
    0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x48, 0x4b, 0x4c, 0x4e,
    0x4d, 0x49, 0x2d, 0x49, 0x4d, 0x2e, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x00, 0x53,
    0xb9, 0xc5, 0xe9, 0x52, 0x9c, 0xc5, 0x29, 0xd9, 0x10, 0x41, 0x25, 0x7d, 0x2e, 0x41, 0xb7, 0xc4,
    0xe4, 0x54, 0x17, 0xb0, 0xc2, 0xa0, 0xd4, 0xc2, 0xd2, 0xd4, 0xe2, 0x12, 0x21, 0x29, 0x2e, 0x8e,
    0xa2, 0xd4, 0xc2, 0x80, 0xc4, 0xa2, 0xc4, 0x5c, 0x09, 0x46, 0x05, 0x46, 0x0d, 0x9e, 0x20, 0x38,
    0xdf, 0x28, 0x90, 0x8b, 0x0b, 0xa1, 0x41, 0xc8, 0x19, 0x85, 0x27, 0xad, 0x07, 0xb3, 0x42, 0x0f,
    0xc3, 0x50, 0x29, 0x31, 0x84, 0x24, 0xd8, 0x24, 0x90, 0x8a, 0x80, 0xfc, 0x62, 0x25, 0x86, 0x24,
    0x36, 0xb0, 0x84, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x63, 0xa0, 0x0f, 0x51, 0xb3, 0x00, 0x00,
    0x00,
}
 
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConn
 
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4
 
// FaceDetectClient is the client API for FaceDetect service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type FaceDetectClient interface {
    FaceDetect(ctx context.Context, in *FaceDetectRequest, opts ...grpc.CallOption) (*ParamFacePos, error)
}
 
type faceDetectClient struct {
    cc *grpc.ClientConn
}
 
func NewFaceDetectClient(cc *grpc.ClientConn) FaceDetectClient {
    return &faceDetectClient{cc}
}
 
func (c *faceDetectClient) FaceDetect(ctx context.Context, in *FaceDetectRequest, opts ...grpc.CallOption) (*ParamFacePos, error) {
    out := new(ParamFacePos)
    err := c.cc.Invoke(ctx, "/protomsg.FaceDetect/FaceDetect", in, out, opts...)
    if err != nil {
        return nil, err
    }
    return out, nil
}
 
// FaceDetectServer is the server API for FaceDetect service.
type FaceDetectServer interface {
    FaceDetect(context.Context, *FaceDetectRequest) (*ParamFacePos, error)
}
 
// UnimplementedFaceDetectServer can be embedded to have forward compatible implementations.
type UnimplementedFaceDetectServer struct {
}
 
func (*UnimplementedFaceDetectServer) FaceDetect(ctx context.Context, req *FaceDetectRequest) (*ParamFacePos, error) {
    return nil, status.Errorf(codes.Unimplemented, "method FaceDetect not implemented")
}
 
func RegisterFaceDetectServer(s *grpc.Server, srv FaceDetectServer) {
    s.RegisterService(&_FaceDetect_serviceDesc, srv)
}
 
func _FaceDetect_FaceDetect_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(FaceDetectRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
    if interceptor == nil {
        return srv.(FaceDetectServer).FaceDetect(ctx, in)
    }
    info := &grpc.UnaryServerInfo{
        Server:     srv,
        FullMethod: "/protomsg.FaceDetect/FaceDetect",
    }
    handler := func(ctx context.Context, req interface{}) (interface{}, error) {
        return srv.(FaceDetectServer).FaceDetect(ctx, req.(*FaceDetectRequest))
    }
    return interceptor(ctx, in, info, handler)
}
 
var _FaceDetect_serviceDesc = grpc.ServiceDesc{
    ServiceName: "protomsg.FaceDetect",
    HandlerType: (*FaceDetectServer)(nil),
    Methods: []grpc.MethodDesc{
        {
            MethodName: "FaceDetect",
            Handler:    _FaceDetect_FaceDetect_Handler,
        },
    },
    Streams:  []grpc.StreamDesc{},
    Metadata: "facedetect.proto",
}