portal.pb.go 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. // Code generated by protoc-gen-go.
  2. // source: portal.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package portal is a generated protocol buffer package.
  6. It is generated from these files:
  7. portal.proto
  8. It has these top-level messages:
  9. PortalRequest
  10. PortalResponse
  11. */
  12. package portal
  13. import (
  14. "fmt"
  15. "math"
  16. "github.com/golang/protobuf/proto"
  17. "golang.org/x/net/context"
  18. "google.golang.org/grpc"
  19. )
  20. // Reference imports to suppress errors if they are not otherwise used.
  21. var _ = proto.Marshal
  22. var _ = fmt.Errorf
  23. var _ = math.Inf
  24. // This is a compile-time assertion to ensure that this generated file
  25. // is compatible with the proto package it is being compiled against.
  26. // A compilation error at this line likely means your copy of the
  27. // proto package needs to be updated.
  28. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  29. type PortalRequest struct {
  30. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
  31. }
  32. func (m *PortalRequest) Reset() { *m = PortalRequest{} }
  33. func (m *PortalRequest) String() string { return proto.CompactTextString(m) }
  34. func (*PortalRequest) ProtoMessage() {}
  35. func (*PortalRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  36. func (m *PortalRequest) GetName() string {
  37. if m != nil {
  38. return m.Name
  39. }
  40. return ""
  41. }
  42. type PortalResponse struct {
  43. Response string `protobuf:"bytes,1,opt,name=response" json:"response,omitempty"`
  44. }
  45. func (m *PortalResponse) Reset() { *m = PortalResponse{} }
  46. func (m *PortalResponse) String() string { return proto.CompactTextString(m) }
  47. func (*PortalResponse) ProtoMessage() {}
  48. func (*PortalResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
  49. func (m *PortalResponse) GetResponse() string {
  50. if m != nil {
  51. return m.Response
  52. }
  53. return ""
  54. }
  55. func init() {
  56. proto.RegisterType((*PortalRequest)(nil), "portal.PortalRequest")
  57. proto.RegisterType((*PortalResponse)(nil), "portal.PortalResponse")
  58. }
  59. // Reference imports to suppress errors if they are not otherwise used.
  60. var _ context.Context
  61. var _ grpc.ClientConn
  62. // This is a compile-time assertion to ensure that this generated file
  63. // is compatible with the grpc package it is being compiled against.
  64. const _ = grpc.SupportPackageIsVersion4
  65. // Client API for Portal service
  66. type PortalClient interface {
  67. Portal(ctx context.Context, in *PortalRequest, opts ...grpc.CallOption) (*PortalResponse, error)
  68. }
  69. type portalClient struct {
  70. cc *grpc.ClientConn
  71. }
  72. func NewPortalClient(cc *grpc.ClientConn) PortalClient {
  73. return &portalClient{cc}
  74. }
  75. func (c *portalClient) Portal(ctx context.Context, in *PortalRequest, opts ...grpc.CallOption) (*PortalResponse, error) {
  76. out := new(PortalResponse)
  77. err := grpc.Invoke(ctx, "/portal.Portal/Portal", in, out, c.cc, opts...)
  78. if err != nil {
  79. return nil, err
  80. }
  81. return out, nil
  82. }
  83. // Server API for Portal service
  84. type PortalServer interface {
  85. Portal(context.Context, *PortalRequest) (*PortalResponse, error)
  86. }
  87. func RegisterPortalServer(s *grpc.Server, srv PortalServer) {
  88. s.RegisterService(&_Portal_serviceDesc, srv)
  89. }
  90. func _Portal_Portal_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  91. in := new(PortalRequest)
  92. if err := dec(in); err != nil {
  93. return nil, err
  94. }
  95. if interceptor == nil {
  96. return srv.(PortalServer).Portal(ctx, in)
  97. }
  98. info := &grpc.UnaryServerInfo{
  99. Server: srv,
  100. FullMethod: "/portal.Portal/Portal",
  101. }
  102. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  103. return srv.(PortalServer).Portal(ctx, req.(*PortalRequest))
  104. }
  105. return interceptor(ctx, in, info, handler)
  106. }
  107. var _Portal_serviceDesc = grpc.ServiceDesc{
  108. ServiceName: "portal.Portal",
  109. HandlerType: (*PortalServer)(nil),
  110. Methods: []grpc.MethodDesc{
  111. {
  112. MethodName: "Portal",
  113. Handler: _Portal_Portal_Handler,
  114. },
  115. },
  116. Streams: []grpc.StreamDesc{},
  117. Metadata: "portal.proto",
  118. }
  119. func init() { proto.RegisterFile("portal.proto", fileDescriptor0) }
  120. var fileDescriptor0 = []byte{
  121. // 122 bytes of a gzipped FileDescriptorProto
  122. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xe2, 0x29, 0xc8, 0x2f, 0x2a,
  123. 0x49, 0xcc, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x83, 0xf0, 0x94, 0x94, 0xb9, 0x78,
  124. 0x03, 0xc0, 0xac, 0xa0, 0xd4, 0xc2, 0xd2, 0xd4, 0xe2, 0x12, 0x21, 0x21, 0x2e, 0x96, 0xbc, 0xc4,
  125. 0xdc, 0x54, 0x09, 0x46, 0x05, 0x46, 0x0d, 0xce, 0x20, 0x30, 0x5b, 0x49, 0x87, 0x8b, 0x0f, 0xa6,
  126. 0xa8, 0xb8, 0x20, 0x3f, 0xaf, 0x38, 0x55, 0x48, 0x8a, 0x8b, 0xa3, 0x08, 0xca, 0x86, 0xaa, 0x84,
  127. 0xf3, 0x8d, 0x1c, 0xb9, 0xd8, 0x20, 0xaa, 0x85, 0xcc, 0xe1, 0x2c, 0x51, 0x3d, 0xa8, 0xed, 0x28,
  128. 0x96, 0x49, 0x89, 0xa1, 0x0b, 0x43, 0x8c, 0x48, 0x62, 0x03, 0x3b, 0xd2, 0x18, 0x10, 0x00, 0x00,
  129. 0xff, 0xff, 0xce, 0x05, 0x16, 0xd0, 0xb4, 0x00, 0x00, 0x00,
  130. }