Versions in this module Expand all Collapse all v1 v1.8.26 Dec 6, 2024 Changes in this version + const XRV + var File_proxy_vless_account_proto protoreflect.FileDescriptor + type Account struct + Encryption string + Flow string + Id string + func (*Account) Descriptor() ([]byte, []int) + func (*Account) ProtoMessage() + func (a *Account) AsAccount() (protocol.Account, error) + func (x *Account) GetEncryption() string + func (x *Account) GetFlow() string + func (x *Account) GetId() string + func (x *Account) ProtoReflect() protoreflect.Message + func (x *Account) Reset() + func (x *Account) String() string + type MemoryAccount struct + Encryption string + Flow string + ID *protocol.ID + func (a *MemoryAccount) Equals(account protocol.Account) bool + func (a *MemoryAccount) ToProto() proto.Message + type MemoryValidator struct + func (v *MemoryValidator) Add(u *protocol.MemoryUser) error + func (v *MemoryValidator) Del(e string) error + func (v *MemoryValidator) Get(id uuid.UUID) *protocol.MemoryUser + func (v *MemoryValidator) GetAll() []*protocol.MemoryUser + func (v *MemoryValidator) GetByEmail(email string) *protocol.MemoryUser + func (v *MemoryValidator) GetCount() int64 + type Validator interface + Add func(u *protocol.MemoryUser) error + Del func(email string) error + Get func(id uuid.UUID) *protocol.MemoryUser + GetAll func() []*protocol.MemoryUser + GetByEmail func(email string) *protocol.MemoryUser + GetCount func() int64 Other modules containing this package github.com/morooi/xray-core/v24