config.pb.go 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // Code generated by protoc-gen-go.
  2. // source: v2ray.com/core/transport/internet/authenticators/utp/config.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package utp is a generated protocol buffer package.
  6. It is generated from these files:
  7. v2ray.com/core/transport/internet/authenticators/utp/config.proto
  8. It has these top-level messages:
  9. Config
  10. */
  11. package utp
  12. import proto "github.com/golang/protobuf/proto"
  13. import fmt "fmt"
  14. import math "math"
  15. // Reference imports to suppress errors if they are not otherwise used.
  16. var _ = proto.Marshal
  17. var _ = fmt.Errorf
  18. var _ = math.Inf
  19. // This is a compile-time assertion to ensure that this generated file
  20. // is compatible with the proto package it is being compiled against.
  21. // A compilation error at this line likely means your copy of the
  22. // proto package needs to be updated.
  23. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  24. type Config struct {
  25. Version uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
  26. }
  27. func (m *Config) Reset() { *m = Config{} }
  28. func (m *Config) String() string { return proto.CompactTextString(m) }
  29. func (*Config) ProtoMessage() {}
  30. func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  31. func init() {
  32. proto.RegisterType((*Config)(nil), "v2ray.core.transport.internet.authenticators.utp.Config")
  33. }
  34. func init() {
  35. proto.RegisterFile("v2ray.com/core/transport/internet/authenticators/utp/config.proto", fileDescriptor0)
  36. }
  37. var fileDescriptor0 = []byte{
  38. // 164 bytes of a gzipped FileDescriptorProto
  39. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0xce, 0xb1, 0xaa, 0xc2, 0x40,
  40. 0x10, 0x85, 0x61, 0xc2, 0x85, 0x5c, 0x58, 0xb1, 0x49, 0x95, 0x52, 0x52, 0x59, 0xcd, 0x88, 0xfa,
  41. 0x02, 0xc6, 0xc6, 0x52, 0x2c, 0xed, 0xd6, 0x65, 0xd4, 0x2d, 0x32, 0xb3, 0x4c, 0x66, 0x03, 0xbe,
  42. 0xbd, 0x18, 0x89, 0x60, 0x69, 0x79, 0x8a, 0xff, 0xe3, 0xb8, 0xdd, 0xb0, 0x56, 0xff, 0x80, 0x20,
  43. 0x1d, 0x06, 0x51, 0x42, 0x53, 0xcf, 0x7d, 0x12, 0x35, 0x8c, 0x6c, 0xa4, 0x4c, 0x86, 0x3e, 0xdb,
  44. 0x9d, 0xd8, 0x62, 0xf0, 0x26, 0xda, 0x63, 0xb6, 0x84, 0x41, 0xf8, 0x1a, 0x6f, 0x90, 0x54, 0x4c,
  45. 0xaa, 0xd5, 0x44, 0x28, 0xc1, 0x27, 0x87, 0x29, 0x87, 0xef, 0x1c, 0xb2, 0xa5, 0xa6, 0x71, 0xe5,
  46. 0x7e, 0x14, 0xaa, 0xda, 0xfd, 0x0f, 0xa4, 0x7d, 0x14, 0xae, 0x8b, 0x45, 0xb1, 0x9c, 0x9f, 0xa6,
  47. 0xd9, 0x1e, 0xdc, 0x36, 0x48, 0x07, 0xbf, 0xda, 0xed, 0xec, 0x2d, 0x1f, 0x5f, 0xd7, 0xce, 0x7f,
  48. 0xd9, 0xd2, 0xa5, 0x1c, 0x6f, 0x6e, 0x9e, 0x01, 0x00, 0x00, 0xff, 0xff, 0x6d, 0x9e, 0x7f, 0x08,
  49. 0xeb, 0x00, 0x00, 0x00,
  50. }