authenticator.pb.go 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. // Code generated by protoc-gen-go.
  2. // source: v2ray.com/core/transport/internet/authenticator.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package internet is a generated protocol buffer package.
  6. It is generated from these files:
  7. v2ray.com/core/transport/internet/authenticator.proto
  8. v2ray.com/core/transport/internet/config.proto
  9. It has these top-level messages:
  10. AuthenticatorConfig
  11. SecuritySettings
  12. NetworkSettings
  13. StreamConfig
  14. */
  15. package internet
  16. import proto "github.com/golang/protobuf/proto"
  17. import fmt "fmt"
  18. import math "math"
  19. import google_protobuf "github.com/golang/protobuf/ptypes/any"
  20. // Reference imports to suppress errors if they are not otherwise used.
  21. var _ = proto.Marshal
  22. var _ = fmt.Errorf
  23. var _ = math.Inf
  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. type AuthenticatorConfig struct {
  30. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
  31. Settings *google_protobuf.Any `protobuf:"bytes,2,opt,name=settings" json:"settings,omitempty"`
  32. }
  33. func (m *AuthenticatorConfig) Reset() { *m = AuthenticatorConfig{} }
  34. func (m *AuthenticatorConfig) String() string { return proto.CompactTextString(m) }
  35. func (*AuthenticatorConfig) ProtoMessage() {}
  36. func (*AuthenticatorConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  37. func (m *AuthenticatorConfig) GetSettings() *google_protobuf.Any {
  38. if m != nil {
  39. return m.Settings
  40. }
  41. return nil
  42. }
  43. func init() {
  44. proto.RegisterType((*AuthenticatorConfig)(nil), "v2ray.core.transport.internet.AuthenticatorConfig")
  45. }
  46. func init() {
  47. proto.RegisterFile("v2ray.com/core/transport/internet/authenticator.proto", fileDescriptor0)
  48. }
  49. var fileDescriptor0 = []byte{
  50. // 197 bytes of a gzipped FileDescriptorProto
  51. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x7c, 0x8e, 0xc1, 0x4a, 0xc4, 0x40,
  52. 0x0c, 0x40, 0xa9, 0x88, 0xac, 0xe3, 0x6d, 0xf4, 0xb0, 0x0a, 0xc2, 0xea, 0x69, 0x4f, 0x19, 0xa9,
  53. 0xf8, 0x01, 0xad, 0x3f, 0x20, 0x3d, 0xea, 0x69, 0x3a, 0xa4, 0xe3, 0x80, 0x4d, 0x4a, 0x9a, 0x0a,
  54. 0xfd, 0x7b, 0xb1, 0x65, 0x8a, 0x5e, 0xf6, 0x16, 0xc8, 0x7b, 0x2f, 0x31, 0x2f, 0xdf, 0xa5, 0xf8,
  55. 0x19, 0x02, 0xf7, 0x2e, 0xb0, 0xa0, 0x53, 0xf1, 0x34, 0x0e, 0x2c, 0xea, 0x12, 0x29, 0x0a, 0xa1,
  56. 0x3a, 0x3f, 0xe9, 0x27, 0x92, 0xa6, 0xe0, 0x95, 0x05, 0x06, 0x61, 0x65, 0x7b, 0x9f, 0x35, 0x41,
  57. 0xd8, 0x14, 0xc8, 0xca, 0xdd, 0x6d, 0x64, 0x8e, 0x5f, 0xe8, 0x16, 0xb8, 0x9d, 0x3a, 0xe7, 0x69,
  58. 0x5e, 0xcd, 0xc7, 0x0f, 0x73, 0x5d, 0xfd, 0x0d, 0xbe, 0x32, 0x75, 0x29, 0x5a, 0x6b, 0xce, 0xc9,
  59. 0xf7, 0xb8, 0x2f, 0x0e, 0xc5, 0xf1, 0xb2, 0x59, 0x66, 0xfb, 0x64, 0x76, 0x23, 0xaa, 0x26, 0x8a,
  60. 0xe3, 0xfe, 0xec, 0x50, 0x1c, 0xaf, 0xca, 0x1b, 0x58, 0xc3, 0x90, 0xc3, 0x50, 0xd1, 0xdc, 0x6c,
  61. 0x54, 0x5d, 0x99, 0x87, 0xc0, 0x3d, 0x9c, 0x7c, 0xae, 0xb6, 0xff, 0xee, 0xbf, 0xfd, 0x96, 0xde,
  62. 0x77, 0x79, 0xdb, 0x5e, 0x2c, 0xe9, 0xe7, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x59, 0x3f, 0x6f,
  63. 0x4b, 0x19, 0x01, 0x00, 0x00,
  64. }