Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
// contains filtered or unexported fields
}
Entry is an store.Entry implementation
func (*Entry) RemoveLogs ¶
RemoveLogs implements the store.Entry interface
type EventTracker ¶
type EventTracker struct {
// contains filtered or unexported fields
}
func NewEventTracker ¶
type EventTrackerStore ¶
type EventTrackerStore struct {
// contains filtered or unexported fields
}
EventTrackerStore is a tracker store implementation.
func NewEventTrackerStore ¶
func NewEventTrackerStore( path string, numBlockConfirmations uint64, subscriber eventSubscription, logger hcf.Logger) (*EventTrackerStore, error)
NewEventTrackerStore creates a new EventTrackerStore
func (*EventTrackerStore) Close ¶
func (b *EventTrackerStore) Close() error
Close implements the store interface
func (*EventTrackerStore) Get ¶
func (b *EventTrackerStore) Get(k string) (string, error)
Get implements the store interface
func (*EventTrackerStore) GetEntry ¶
func (b *EventTrackerStore) GetEntry(hash string) (store.Entry, error)
GetEntry implements the store interface
func (*EventTrackerStore) ListPrefix ¶
func (b *EventTrackerStore) ListPrefix(prefix string) ([]string, error)
ListPrefix implements the store interface
func (*EventTrackerStore) Set ¶
func (b *EventTrackerStore) Set(k, v string) error
Set implements the store interface
Click to show internal directories.
Click to hide internal directories.