Documentation
¶
Index ¶
- type Block
- type CH
- type CertEvent
- type CertEvents
- type CertHist
- type CertHists
- type Certification0
- type Certifications
- type Certifics
- type Distance
- type Find
- type FindRes
- type Fix
- type FixRes
- type Fraction
- type Hist
- type History
- type HistoryEvent0
- type IdHash
- type IdHashes
- type IdSearchOutput
- type Identities
- type Identity
- type Idty
- type ListCH
- type ListI
- type ListS
- type NowRes
- type Out
- type Start
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertEvents ¶
type CertEvents []CertEvent
type CertHist ¶
type CertHist struct { Id *Identity Hist CertEvents }
type Certification0 ¶
type Certifications ¶
type Certifications []*Certification0
type Certifics ¶
type Certifics struct { PresentCertifiers, PresentCertified string ReceivedCerts, SentCerts ListS SortedByDateL, SortedByDate string ReceivedByLimits, SentByLimits ListS AllCertifiers, AllCertified string ReceivedAllCerts, SentAllCerts ListS AllCertifiersIO, AllCertifiedIO string ReceivedAllCertsIO, SentAllCertsIO ListCH }
type FindRes ¶
type FindRes struct { Data struct { Now *Block IdSearch *IdSearchOutput } }
type History ¶
type History []HistoryEvent0
type HistoryEvent0 ¶
type IdSearchOutput ¶
type IdSearchOutput struct { RevokedNb, MissingNb, MemberNb, NewcomerNb int Ids Identities }
type Identities ¶
type Identities []*Identity
type Identity ¶
type Identity struct { Hash B.Hash Uid string Pubkey B.Pubkey Id_written_block, LastApplication, PendingApplication *Block LimitDate, CertsLimit int64 Status string Sentry bool Membership_pending bool Membership_pending_limitDate int64 MinDate int64 MinDatePassed bool History History Received_certifications, Sent_certifications Certifications All_certifiers, All_certified Identities All_certifiersIO, All_certifiedIO CertHists Distance, DistanceE *Distance Quality, QualityE *Fraction Centrality float64 }
Click to show internal directories.
Click to hide internal directories.