359 lines
12 KiB
Go
359 lines
12 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: debug.proto
|
|
|
|
package debug
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
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 HealthRequest struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *HealthRequest) Reset() { *m = HealthRequest{} }
|
|
func (m *HealthRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*HealthRequest) ProtoMessage() {}
|
|
func (*HealthRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_8d9d361be58531fb, []int{0}
|
|
}
|
|
|
|
func (m *HealthRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_HealthRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *HealthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_HealthRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *HealthRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_HealthRequest.Merge(m, src)
|
|
}
|
|
func (m *HealthRequest) XXX_Size() int {
|
|
return xxx_messageInfo_HealthRequest.Size(m)
|
|
}
|
|
func (m *HealthRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_HealthRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_HealthRequest proto.InternalMessageInfo
|
|
|
|
type HealthResponse struct {
|
|
// default: ok
|
|
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *HealthResponse) Reset() { *m = HealthResponse{} }
|
|
func (m *HealthResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*HealthResponse) ProtoMessage() {}
|
|
func (*HealthResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_8d9d361be58531fb, []int{1}
|
|
}
|
|
|
|
func (m *HealthResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_HealthResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *HealthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_HealthResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *HealthResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_HealthResponse.Merge(m, src)
|
|
}
|
|
func (m *HealthResponse) XXX_Size() int {
|
|
return xxx_messageInfo_HealthResponse.Size(m)
|
|
}
|
|
func (m *HealthResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_HealthResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_HealthResponse proto.InternalMessageInfo
|
|
|
|
func (m *HealthResponse) GetStatus() string {
|
|
if m != nil {
|
|
return m.Status
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type StatsRequest struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *StatsRequest) Reset() { *m = StatsRequest{} }
|
|
func (m *StatsRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*StatsRequest) ProtoMessage() {}
|
|
func (*StatsRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_8d9d361be58531fb, []int{2}
|
|
}
|
|
|
|
func (m *StatsRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_StatsRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *StatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_StatsRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *StatsRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_StatsRequest.Merge(m, src)
|
|
}
|
|
func (m *StatsRequest) XXX_Size() int {
|
|
return xxx_messageInfo_StatsRequest.Size(m)
|
|
}
|
|
func (m *StatsRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_StatsRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_StatsRequest proto.InternalMessageInfo
|
|
|
|
type StatsResponse struct {
|
|
// unix timestamp
|
|
Started uint64 `protobuf:"varint,1,opt,name=started,proto3" json:"started,omitempty"`
|
|
// in seconds
|
|
Uptime uint64 `protobuf:"varint,2,opt,name=uptime,proto3" json:"uptime,omitempty"`
|
|
// in bytes
|
|
Memory uint64 `protobuf:"varint,3,opt,name=memory,proto3" json:"memory,omitempty"`
|
|
// num threads
|
|
Threads uint64 `protobuf:"varint,4,opt,name=threads,proto3" json:"threads,omitempty"`
|
|
// total gc in nanoseconds
|
|
Gc uint64 `protobuf:"varint,5,opt,name=gc,proto3" json:"gc,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *StatsResponse) Reset() { *m = StatsResponse{} }
|
|
func (m *StatsResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*StatsResponse) ProtoMessage() {}
|
|
func (*StatsResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_8d9d361be58531fb, []int{3}
|
|
}
|
|
|
|
func (m *StatsResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_StatsResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *StatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_StatsResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *StatsResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_StatsResponse.Merge(m, src)
|
|
}
|
|
func (m *StatsResponse) XXX_Size() int {
|
|
return xxx_messageInfo_StatsResponse.Size(m)
|
|
}
|
|
func (m *StatsResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_StatsResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_StatsResponse proto.InternalMessageInfo
|
|
|
|
func (m *StatsResponse) GetStarted() uint64 {
|
|
if m != nil {
|
|
return m.Started
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *StatsResponse) GetUptime() uint64 {
|
|
if m != nil {
|
|
return m.Uptime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *StatsResponse) GetMemory() uint64 {
|
|
if m != nil {
|
|
return m.Memory
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *StatsResponse) GetThreads() uint64 {
|
|
if m != nil {
|
|
return m.Threads
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *StatsResponse) GetGc() uint64 {
|
|
if m != nil {
|
|
return m.Gc
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// LogRequest queries service for logs
|
|
type LogRequest struct {
|
|
// count is the count of events
|
|
Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
|
|
// relative time in seconds
|
|
// before the current time
|
|
// from which to show logs
|
|
Since int64 `protobuf:"varint,2,opt,name=since,proto3" json:"since,omitempty"`
|
|
// stream logs continuously
|
|
Stream bool `protobuf:"varint,3,opt,name=stream,proto3" json:"stream,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *LogRequest) Reset() { *m = LogRequest{} }
|
|
func (m *LogRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*LogRequest) ProtoMessage() {}
|
|
func (*LogRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_8d9d361be58531fb, []int{4}
|
|
}
|
|
|
|
func (m *LogRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_LogRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *LogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_LogRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *LogRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_LogRequest.Merge(m, src)
|
|
}
|
|
func (m *LogRequest) XXX_Size() int {
|
|
return xxx_messageInfo_LogRequest.Size(m)
|
|
}
|
|
func (m *LogRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_LogRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_LogRequest proto.InternalMessageInfo
|
|
|
|
func (m *LogRequest) GetCount() int64 {
|
|
if m != nil {
|
|
return m.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *LogRequest) GetSince() int64 {
|
|
if m != nil {
|
|
return m.Since
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *LogRequest) GetStream() bool {
|
|
if m != nil {
|
|
return m.Stream
|
|
}
|
|
return false
|
|
}
|
|
|
|
// Log is service log record
|
|
type Log struct {
|
|
// timestamp of log event
|
|
Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
|
|
// log value
|
|
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
// metadata
|
|
Metadata map[string]string `protobuf:"bytes,3,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Log) Reset() { *m = Log{} }
|
|
func (m *Log) String() string { return proto.CompactTextString(m) }
|
|
func (*Log) ProtoMessage() {}
|
|
func (*Log) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_8d9d361be58531fb, []int{5}
|
|
}
|
|
|
|
func (m *Log) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Log.Unmarshal(m, b)
|
|
}
|
|
func (m *Log) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Log.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Log) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Log.Merge(m, src)
|
|
}
|
|
func (m *Log) XXX_Size() int {
|
|
return xxx_messageInfo_Log.Size(m)
|
|
}
|
|
func (m *Log) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Log.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Log proto.InternalMessageInfo
|
|
|
|
func (m *Log) GetTimestamp() int64 {
|
|
if m != nil {
|
|
return m.Timestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Log) GetValue() string {
|
|
if m != nil {
|
|
return m.Value
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Log) GetMetadata() map[string]string {
|
|
if m != nil {
|
|
return m.Metadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*HealthRequest)(nil), "HealthRequest")
|
|
proto.RegisterType((*HealthResponse)(nil), "HealthResponse")
|
|
proto.RegisterType((*StatsRequest)(nil), "StatsRequest")
|
|
proto.RegisterType((*StatsResponse)(nil), "StatsResponse")
|
|
proto.RegisterType((*LogRequest)(nil), "LogRequest")
|
|
proto.RegisterType((*Log)(nil), "Log")
|
|
proto.RegisterMapType((map[string]string)(nil), "Log.MetadataEntry")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("debug.proto", fileDescriptor_8d9d361be58531fb) }
|
|
|
|
var fileDescriptor_8d9d361be58531fb = []byte{
|
|
// 360 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0x5f, 0x6b, 0xdb, 0x30,
|
|
0x14, 0xc5, 0xe3, 0x7f, 0x59, 0x72, 0x33, 0x3b, 0x43, 0x8c, 0x61, 0xcc, 0x06, 0x41, 0x4f, 0x86,
|
|
0x81, 0x18, 0xd9, 0xcb, 0xd8, 0x5e, 0x57, 0xe8, 0x83, 0x0b, 0x45, 0xfd, 0x04, 0x8a, 0x2d, 0x9c,
|
|
0xd0, 0xd8, 0x72, 0xad, 0xeb, 0x42, 0x1e, 0xfa, 0xd4, 0xef, 0xd2, 0xcf, 0x59, 0x64, 0x29, 0x4d,
|
|
0x0d, 0x7d, 0xf3, 0xef, 0xc8, 0xf7, 0x1c, 0xf9, 0x1e, 0xc3, 0xaa, 0x92, 0xbb, 0xa1, 0x66, 0x5d,
|
|
0xaf, 0x50, 0xd1, 0x35, 0xc4, 0xd7, 0x52, 0x1c, 0x71, 0xcf, 0xe5, 0xc3, 0x20, 0x35, 0xd2, 0x1c,
|
|
0x92, 0xb3, 0xa0, 0x3b, 0xd5, 0x6a, 0x49, 0xbe, 0xc1, 0x5c, 0xa3, 0xc0, 0x41, 0xa7, 0xde, 0xc6,
|
|
0xcb, 0x97, 0xdc, 0x11, 0x4d, 0xe0, 0xf3, 0x1d, 0x0a, 0xd4, 0xe7, 0xc9, 0x67, 0x0f, 0x62, 0x27,
|
|
0xb8, 0xc9, 0x14, 0x3e, 0x69, 0x14, 0x3d, 0xca, 0x6a, 0x1c, 0x0d, 0xf9, 0x19, 0x8d, 0xe7, 0xd0,
|
|
0xe1, 0xa1, 0x91, 0xa9, 0x3f, 0x1e, 0x38, 0x32, 0x7a, 0x23, 0x1b, 0xd5, 0x9f, 0xd2, 0xc0, 0xea,
|
|
0x96, 0x8c, 0x13, 0xee, 0x7b, 0x29, 0x2a, 0x9d, 0x86, 0xd6, 0xc9, 0x21, 0x49, 0xc0, 0xaf, 0xcb,
|
|
0x34, 0x1a, 0x45, 0xbf, 0x2e, 0xe9, 0x2d, 0x40, 0xa1, 0x6a, 0x77, 0x27, 0xf2, 0x15, 0xa2, 0x52,
|
|
0x0d, 0x2d, 0x8e, 0xf9, 0x01, 0xb7, 0x60, 0x54, 0x7d, 0x68, 0x4b, 0x1b, 0x1e, 0x70, 0x0b, 0xf6,
|
|
0x3b, 0x7b, 0x29, 0x9a, 0x31, 0x7b, 0xc1, 0x1d, 0xd1, 0x17, 0x0f, 0x82, 0x42, 0xd5, 0xe4, 0x3b,
|
|
0x2c, 0xcd, 0x1d, 0x35, 0x8a, 0xa6, 0x73, 0x7e, 0x17, 0xc1, 0x78, 0x3e, 0x8a, 0xe3, 0x60, 0x3d,
|
|
0x97, 0xdc, 0x02, 0x61, 0xb0, 0x68, 0x24, 0x8a, 0x4a, 0xa0, 0x48, 0x83, 0x4d, 0x90, 0xaf, 0xb6,
|
|
0x84, 0x15, 0xaa, 0x66, 0x37, 0x4e, 0xbc, 0x6a, 0xb1, 0x3f, 0xf1, 0xb7, 0x77, 0xb2, 0x7f, 0x10,
|
|
0x4f, 0x8e, 0xc8, 0x17, 0x08, 0xee, 0xe5, 0xc9, 0x6d, 0xde, 0x3c, 0x7e, 0x1c, 0xf4, 0xd7, 0xff,
|
|
0xe3, 0x6d, 0x9f, 0x20, 0xfa, 0x6f, 0xaa, 0x25, 0x3f, 0x61, 0x6e, 0x3b, 0x24, 0x09, 0x9b, 0xb4,
|
|
0x9b, 0xad, 0xd9, 0xb4, 0x5c, 0x3a, 0x23, 0x39, 0x44, 0x63, 0x6b, 0x24, 0x66, 0xef, 0xeb, 0xcc,
|
|
0x12, 0x36, 0x29, 0x93, 0xce, 0xc8, 0x0f, 0x08, 0x0b, 0x55, 0x6b, 0xb2, 0x62, 0x97, 0x0d, 0x67,
|
|
0xa1, 0x01, 0x3a, 0xfb, 0xe5, 0xed, 0xe6, 0xe3, 0x1f, 0xf5, 0xfb, 0x35, 0x00, 0x00, 0xff, 0xff,
|
|
0x95, 0x24, 0xad, 0xbc, 0x60, 0x02, 0x00, 0x00,
|
|
}
|