Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tracker ¶
type Tracker struct { // FS Information KeyFile string // Database Info DBString string // Composition tracker.BasicTracker // contains filtered or unexported fields }
func (*Tracker) GetRecordByAddress ¶
func (t *Tracker) GetRecordByAddress(address *identity.Address) *message.SignedMessage
func (*Tracker) GetRecordByAlias ¶
func (t *Tracker) GetRecordByAlias(alias string) *message.SignedMessage
func (*Tracker) SaveRecord ¶
Click to show internal directories.
Click to hide internal directories.