micro/server/proto/health/health.pb.go

39 lines
951 B
Go
Raw Normal View History

2015-05-22 01:06:01 +03:00
// Code generated by protoc-gen-go.
2015-11-20 19:17:33 +03:00
// source: github.com/micro/go-micro/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:
2015-11-20 19:17:33 +03:00
github.com/micro/go-micro/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"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
type Request struct {
}
func (m *Request) Reset() { *m = Request{} }
func (m *Request) String() string { return proto.CompactTextString(m) }
func (*Request) ProtoMessage() {}
type Response struct {
Status string `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
}
func (m *Response) Reset() { *m = Response{} }
func (m *Response) String() string { return proto.CompactTextString(m) }
func (*Response) ProtoMessage() {}
func init() {
}