Versions in this module Expand all Collapse all v1 v1.8.5 Sep 3, 2023 Changes in this version + var ErrNotFound = newError("Not Found") + var ErrTainted = newError("ErrTainted") + var File_proxy_vmess_account_proto protoreflect.FileDescriptor + type Account struct + Id string + SecuritySettings *protocol.SecurityConfig + TestsEnabled string + func (*Account) Descriptor() ([]byte, []int) + func (*Account) ProtoMessage() + func (a *Account) AsAccount() (protocol.Account, error) + func (x *Account) GetId() string + func (x *Account) GetSecuritySettings() *protocol.SecurityConfig + func (x *Account) GetTestsEnabled() string + func (x *Account) ProtoReflect() protoreflect.Message + func (x *Account) Reset() + func (x *Account) String() string + type MemoryAccount struct + AuthenticatedLengthExperiment bool + ID *protocol.ID + NoTerminationSignal bool + Security protocol.SecurityType + func (a *MemoryAccount) Equals(account protocol.Account) bool + type TimedUserValidator struct + func NewTimedUserValidator() *TimedUserValidator + func (v *TimedUserValidator) Add(u *protocol.MemoryUser) error + func (v *TimedUserValidator) GetAEAD(userHash []byte) (*protocol.MemoryUser, bool, error) + func (v *TimedUserValidator) GetBehaviorSeed() uint64 + func (v *TimedUserValidator) Remove(email string) bool