| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 | 
							- // Code generated by protoc-gen-go.
 
- // source: v2ray.com/core/transport/internet/authenticators/noop/config.proto
 
- // DO NOT EDIT!
 
- /*
 
- Package noop is a generated protocol buffer package.
 
- It is generated from these files:
 
- 	v2ray.com/core/transport/internet/authenticators/noop/config.proto
 
- It has these top-level messages:
 
- 	Config
 
- */
 
- package noop
 
- 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 Config struct {
 
- }
 
- func (m *Config) Reset()                    { *m = Config{} }
 
- func (m *Config) String() string            { return proto.CompactTextString(m) }
 
- func (*Config) ProtoMessage()               {}
 
- func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
 
- func init() {
 
- 	proto.RegisterType((*Config)(nil), "v2ray.core.transport.internet.authenticators.noop.Config")
 
- }
 
- func init() {
 
- 	proto.RegisterFile("v2ray.com/core/transport/internet/authenticators/noop/config.proto", fileDescriptor0)
 
- }
 
- var fileDescriptor0 = []byte{
 
- 	// 143 bytes of a gzipped FileDescriptorProto
 
- 	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0xce, 0x31, 0x0a, 0x02, 0x31,
 
- 	0x10, 0x85, 0xe1, 0x46, 0x16, 0x89, 0x9d, 0x47, 0xf0, 0x00, 0x33, 0xa8, 0x78, 0x81, 0xd8, 0x59,
 
- 	0x59, 0xdb, 0xc5, 0x30, 0x6a, 0x8a, 0x9d, 0x17, 0x66, 0x47, 0xc1, 0xdb, 0x4b, 0x56, 0x56, 0xb0,
 
- 	0xdc, 0xf6, 0xc1, 0xff, 0xf1, 0x42, 0x7c, 0xed, 0x2c, 0xbd, 0x29, 0xa3, 0xe7, 0x0c, 0x13, 0x76,
 
- 	0x4b, 0x3a, 0x54, 0x98, 0x73, 0x51, 0x17, 0x53, 0x71, 0x4e, 0x4f, 0x7f, 0x88, 0x7a, 0xc9, 0xc9,
 
- 	0x61, 0x03, 0x2b, 0x50, 0x39, 0x43, 0x6f, 0xe5, 0x4e, 0xd5, 0xe0, 0x58, 0x6f, 0x27, 0xc3, 0x84,
 
- 	0x7e, 0x3d, 0x4d, 0x3d, 0xfd, 0xf7, 0xd4, 0xfa, 0xcd, 0x32, 0x74, 0xc7, 0x91, 0x88, 0xa7, 0x70,
 
- 	0xc8, 0xe8, 0x69, 0x36, 0x11, 0x57, 0x5f, 0xe0, 0xdc, 0x2e, 0x5c, 0x16, 0x6d, 0xba, 0x76, 0xe3,
 
- 	0x9f, 0xfd, 0x27, 0x00, 0x00, 0xff, 0xff, 0xd9, 0xdf, 0x5d, 0xf9, 0xd5, 0x00, 0x00, 0x00,
 
- }
 
 
  |