Versions in this module Expand all Collapse all v1 v1.8.7 Dec 27, 2023 v1.0.0 Dec 27, 2023 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 + type Validator struct + func (v *Validator) Add(u *protocol.MemoryUser) error + func (v *Validator) Del(e string) error + func (v *Validator) Get(id uuid.UUID) *protocol.MemoryUser