2015-05-22 01:06:01 +03:00
|
|
|
// Code generated by protoc-gen-go.
|
2016-01-06 15:37:35 +03:00
|
|
|
// source: micro/go-micro/server/proto/health/health.proto
|
2015-05-22 01:06:01 +03:00
|
|
|
// DO NOT EDIT!
|
|
|
|
|
|
|
|
/*
|
|
|
|
Package health is a generated protocol buffer package.
|
|
|
|
|
|
|
|
It is generated from these files:
|
2016-01-06 15:37:35 +03:00
|
|
|
micro/go-micro/server/proto/health/health.proto
|
2015-05-22 01:06:01 +03:00
|
|
|
|
|
|
|
It has these top-level messages:
|
|
|
|
Request
|
|
|
|
Response
|
|
|
|
*/
|
|
|
|
package health
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
2016-01-06 15:37:35 +03:00
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
2015-05-22 01:06:01 +03:00
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
2016-01-06 15:37:35 +03:00
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
2015-05-22 01:06:01 +03:00
|
|
|
|
|
|
|
type Request struct {
|
|
|
|
}
|
|
|
|
|
2016-01-06 15:37:35 +03:00
|
|
|
func (m *Request) Reset() { *m = Request{} }
|
|
|
|
func (m *Request) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Request) ProtoMessage() {}
|
|
|
|
func (*Request) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
2015-05-22 01:06:01 +03:00
|
|
|
|
|
|
|
type Response struct {
|
|
|
|
Status string `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
|
|
|
|
}
|
|
|
|
|
2016-01-06 15:37:35 +03:00
|
|
|
func (m *Response) Reset() { *m = Response{} }
|
|
|
|
func (m *Response) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Response) ProtoMessage() {}
|
|
|
|
func (*Response) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
2015-05-22 01:06:01 +03:00
|
|
|
|
|
|
|
func init() {
|
2016-01-06 15:37:35 +03:00
|
|
|
proto.RegisterType((*Request)(nil), "Request")
|
|
|
|
proto.RegisterType((*Response)(nil), "Response")
|
|
|
|
}
|
|
|
|
|
|
|
|
var fileDescriptor0 = []byte{
|
|
|
|
// 104 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xd2, 0xcf, 0xcd, 0x4c, 0x2e,
|
|
|
|
0xca, 0xd7, 0x4f, 0xcf, 0xd7, 0x85, 0x30, 0x8a, 0x53, 0x8b, 0xca, 0x52, 0x8b, 0xf4, 0x0b, 0x8a,
|
|
|
|
0xf2, 0x4b, 0xf2, 0xf5, 0x33, 0x52, 0x13, 0x73, 0x4a, 0x32, 0xa0, 0x94, 0x1e, 0x58, 0x4c, 0x89,
|
|
|
|
0x93, 0x8b, 0x3d, 0x28, 0xb5, 0xb0, 0x34, 0xb5, 0xb8, 0x44, 0x49, 0x8a, 0x8b, 0x23, 0x28, 0xb5,
|
|
|
|
0xb8, 0x20, 0x3f, 0xaf, 0x38, 0x55, 0x88, 0x8f, 0x8b, 0xad, 0xb8, 0x24, 0xb1, 0xa4, 0xb4, 0x58,
|
|
|
|
0x82, 0x51, 0x81, 0x51, 0x83, 0x33, 0x89, 0x0d, 0xac, 0xda, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff,
|
|
|
|
0x2c, 0x7c, 0x5d, 0x9d, 0x60, 0x00, 0x00, 0x00,
|
2015-05-22 01:06:01 +03:00
|
|
|
}
|