Documentation
¶
Index ¶
- type Reporter
- func (r *Reporter) GetAddressesFetched() uint32
- func (r *Reporter) GetAddressesScheduled() uint32
- func (r *Reporter) GetPeers() int32
- func (r *Reporter) GetTxAfterFilter() int32
- func (r *Reporter) GetTxFetched() uint32
- func (r *Reporter) GetTxScheduled() uint32
- func (r *Reporter) IncAddressesFetched()
- func (r *Reporter) IncAddressesScheduled()
- func (r *Reporter) IncPeers()
- func (r *Reporter) IncTxAfterFilter()
- func (r *Reporter) IncTxFetched()
- func (r *Reporter) IncTxScheduled()
- func (r *Reporter) Log(msg string)
- func (r *Reporter) Logf(format string, args ...interface{})
- func (r *Reporter) SetAddressesFetched(n uint32)
- func (r *Reporter) SetPeers(n int32)
- func (r *Reporter) SetTxAfterFilter(n int32)
- func (r *Reporter) SetTxFetched(n uint32)
- func (r *Reporter) SetTxScheduled(n uint32)
- func (r *Reporter) SetddressesScheduled(n uint32)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func GetInstance ¶
func GetInstance() *Reporter
func (*Reporter) GetAddressesFetched ¶
func (*Reporter) GetAddressesScheduled ¶
func (*Reporter) GetTxAfterFilter ¶
func (*Reporter) GetTxFetched ¶
func (*Reporter) GetTxScheduled ¶
func (*Reporter) IncAddressesFetched ¶
func (r *Reporter) IncAddressesFetched()
func (*Reporter) IncAddressesScheduled ¶
func (r *Reporter) IncAddressesScheduled()
func (*Reporter) IncTxAfterFilter ¶
func (r *Reporter) IncTxAfterFilter()
func (*Reporter) IncTxFetched ¶
func (r *Reporter) IncTxFetched()
func (*Reporter) IncTxScheduled ¶
func (r *Reporter) IncTxScheduled()
func (*Reporter) SetAddressesFetched ¶
func (*Reporter) SetTxAfterFilter ¶
func (*Reporter) SetTxFetched ¶
func (*Reporter) SetTxScheduled ¶
func (*Reporter) SetddressesScheduled ¶
Click to show internal directories.
Click to hide internal directories.