...

Source file src/golang.conradwood.net/apis/echoservice/echoservice.pb.go

Documentation: golang.conradwood.net/apis/echoservice

     1  // Code generated by protoc-gen-go.
     2  // source: golang.conradwood.net/apis/echoservice/echoservice.proto
     3  // DO NOT EDIT!
     4  
     5  /*
     6  Package echoservice is a generated protocol buffer package.
     7  
     8  It is generated from these files:
     9  	golang.conradwood.net/apis/echoservice/echoservice.proto
    10  
    11  It has these top-level messages:
    12  */
    13  package echoservice
    14  
    15  import proto "github.com/golang/protobuf/proto"
    16  import fmt "fmt"
    17  import math "math"
    18  
    19  // Reference imports to suppress errors if they are not otherwise used.
    20  var _ = proto.Marshal
    21  var _ = fmt.Errorf
    22  var _ = math.Inf
    23  
    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  
    30  func init() {
    31  	proto.RegisterFile("golang.conradwood.net/apis/echoservice/echoservice.proto", fileDescriptor0)
    32  }
    33  
    34  var fileDescriptor0 = []byte{
    35  	// 102 bytes of a gzipped FileDescriptorProto
    36  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xb2, 0x48, 0xcf, 0xcf, 0x49,
    37  	0xcc, 0x4b, 0xd7, 0x4b, 0xce, 0xcf, 0x2b, 0x4a, 0x4c, 0x29, 0xcf, 0xcf, 0x4f, 0xd1, 0xcb, 0x4b,
    38  	0x2d, 0xd1, 0x4f, 0x2c, 0xc8, 0x2c, 0xd6, 0x4f, 0x4d, 0xce, 0xc8, 0x2f, 0x4e, 0x2d, 0x2a, 0xcb,
    39  	0x4c, 0x4e, 0x45, 0x66, 0xeb, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0x71, 0x23, 0x09, 0x39, 0x05,
    40  	0x70, 0xa9, 0xe5, 0xa5, 0x96, 0x20, 0x9b, 0x02, 0x35, 0x17, 0x64, 0x90, 0x1e, 0x92, 0xca, 0x28,
    41  	0x35, 0xe2, 0x2c, 0x4c, 0x62, 0x03, 0xdb, 0x62, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xc2, 0xa0,
    42  	0xc3, 0xd1, 0xa1, 0x00, 0x00, 0x00,
    43  }
    44  

View as plain text