config.pb.go 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. // Code generated by protoc-gen-go.
  2. // source: v2ray.com/core/app/proxyman/config.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package proxyman is a generated protocol buffer package.
  6. It is generated from these files:
  7. v2ray.com/core/app/proxyman/config.proto
  8. It has these top-level messages:
  9. InboundConfig
  10. OutboundConfig
  11. */
  12. package proxyman
  13. import proto "github.com/golang/protobuf/proto"
  14. import fmt "fmt"
  15. import math "math"
  16. // Reference imports to suppress errors if they are not otherwise used.
  17. var _ = proto.Marshal
  18. var _ = fmt.Errorf
  19. var _ = math.Inf
  20. // This is a compile-time assertion to ensure that this generated file
  21. // is compatible with the proto package it is being compiled against.
  22. // A compilation error at this line likely means your copy of the
  23. // proto package needs to be updated.
  24. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  25. type InboundConfig struct {
  26. }
  27. func (m *InboundConfig) Reset() { *m = InboundConfig{} }
  28. func (m *InboundConfig) String() string { return proto.CompactTextString(m) }
  29. func (*InboundConfig) ProtoMessage() {}
  30. func (*InboundConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  31. type OutboundConfig struct {
  32. }
  33. func (m *OutboundConfig) Reset() { *m = OutboundConfig{} }
  34. func (m *OutboundConfig) String() string { return proto.CompactTextString(m) }
  35. func (*OutboundConfig) ProtoMessage() {}
  36. func (*OutboundConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
  37. func init() {
  38. proto.RegisterType((*InboundConfig)(nil), "v2ray.core.app.proxyman.InboundConfig")
  39. proto.RegisterType((*OutboundConfig)(nil), "v2ray.core.app.proxyman.OutboundConfig")
  40. }
  41. func init() { proto.RegisterFile("v2ray.com/core/app/proxyman/config.proto", fileDescriptor0) }
  42. var fileDescriptor0 = []byte{
  43. // 129 bytes of a gzipped FileDescriptorProto
  44. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xd2, 0x28, 0x33, 0x2a, 0x4a,
  45. 0xac, 0xd4, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xce, 0x2f, 0x4a, 0xd5, 0x4f, 0x2c, 0x28, 0xd0, 0x2f,
  46. 0x28, 0xca, 0xaf, 0xa8, 0xcc, 0x4d, 0xcc, 0xd3, 0x4f, 0xce, 0xcf, 0x4b, 0xcb, 0x4c, 0xd7, 0x2b,
  47. 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x87, 0xa9, 0x2c, 0x4a, 0xd5, 0x4b, 0x2c, 0x28, 0xd0, 0x83,
  48. 0xa9, 0x52, 0xe2, 0xe7, 0xe2, 0xf5, 0xcc, 0x4b, 0xca, 0x2f, 0xcd, 0x4b, 0x71, 0x06, 0xab, 0x57,
  49. 0x12, 0xe0, 0xe2, 0xf3, 0x2f, 0x2d, 0x41, 0x12, 0x71, 0x32, 0xe1, 0x92, 0x4e, 0xce, 0xcf, 0xd5,
  50. 0xc3, 0x61, 0x82, 0x13, 0x37, 0x44, 0x59, 0x00, 0xc8, 0x9e, 0x28, 0x0e, 0x98, 0x70, 0x12, 0x1b,
  51. 0xd8, 0x62, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x41, 0x39, 0xa0, 0x25, 0xa4, 0x00, 0x00,
  52. 0x00,
  53. }