52 lines
1.6 KiB
Go
52 lines
1.6 KiB
Go
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||
|
|
// source: ping.proto
|
||
|
|
|
||
|
|
/*
|
||
|
|
Package ping is a generated protocol buffer package.
|
||
|
|
|
||
|
|
It is generated from these files:
|
||
|
|
ping.proto
|
||
|
|
|
||
|
|
It has these top-level messages:
|
||
|
|
NoArgs
|
||
|
|
*/
|
||
|
|
package ping
|
||
|
|
|
||
|
|
import proto "github.com/golang/protobuf/proto"
|
||
|
|
import fmt "fmt"
|
||
|
|
import 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.ProtoPackageIsVersion2 // please upgrade the proto package
|
||
|
|
|
||
|
|
type NoArgs struct {
|
||
|
|
}
|
||
|
|
|
||
|
|
func (m *NoArgs) Reset() { *m = NoArgs{} }
|
||
|
|
func (m *NoArgs) String() string { return proto.CompactTextString(m) }
|
||
|
|
func (*NoArgs) ProtoMessage() {}
|
||
|
|
func (*NoArgs) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||
|
|
|
||
|
|
func init() {
|
||
|
|
proto.RegisterType((*NoArgs)(nil), "ping.NoArgs")
|
||
|
|
}
|
||
|
|
|
||
|
|
func init() { proto.RegisterFile("ping.proto", fileDescriptor0) }
|
||
|
|
|
||
|
|
var fileDescriptor0 = []byte{
|
||
|
|
// 66 bytes of a gzipped FileDescriptorProto
|
||
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x2a, 0xc8, 0xcc, 0x4b,
|
||
|
|
0xd7, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x01, 0xb1, 0x95, 0xd8, 0xb9, 0x58, 0x5d, 0x73,
|
||
|
|
0x0b, 0x4a, 0x2a, 0x9d, 0x04, 0xa2, 0xf8, 0x72, 0x32, 0x93, 0xf4, 0xc1, 0x72, 0xfa, 0x20, 0xa9,
|
||
|
|
0x24, 0x36, 0x30, 0xdb, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xb5, 0x65, 0x5a, 0x5a, 0x35, 0x00,
|
||
|
|
0x00, 0x00,
|
||
|
|
}
|