Versions in this module Expand all Collapse all v0 v0.0.2 Jun 19, 2021 Changes in this version + type Account struct + AlterId uint32 + Id string + SecuritySettings *protocol.SecurityConfig + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Account) Descriptor() ([]byte, []int) + func (*Account) ProtoMessage() + func (a *Account) AsAccount() (protocol.Account, error) + func (m *Account) GetAlterId() uint32 + func (m *Account) GetId() string + func (m *Account) GetSecuritySettings() *protocol.SecurityConfig + func (m *Account) Reset() + func (m *Account) String() string + func (m *Account) XXX_DiscardUnknown() + func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Account) XXX_Merge(src proto.Message) + func (m *Account) XXX_Size() int + func (m *Account) XXX_Unmarshal(b []byte) error + type MemoryAccount struct + AlterIDs []*protocol.ID + ID *protocol.ID + Security protocol.SecurityType + func (a *MemoryAccount) AnyValidID() *protocol.ID + func (a *MemoryAccount) Equals(account protocol.Account) bool + type TimedUserValidator struct + func NewTimedUserValidator(hasher protocol.IDHash) *TimedUserValidator + func (v *TimedUserValidator) Add(u *protocol.MemoryUser) error + func (v *TimedUserValidator) Close() error + func (v *TimedUserValidator) Get(userHash []byte) (*protocol.MemoryUser, protocol.Timestamp, bool) + func (v *TimedUserValidator) Remove(email string) bool