event_watcher

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2024 License: MIT Imports: 8 Imported by: 0

README

Event Watcher

Event Watcher is a contract events listen template project

Note: Requires Go 1.18+

Installation

For prerequisites and detailed build instructions please read the Installation instructions. Once the dependencies are installed, run:

make install

Or check out the latest release.

Quick Start

To learn how the DappLink works from a high-level perspective, go to the Introduction section from the documentation. You can also check the instructions to Run a Node.

Community

Contributing

Looking for a good place to start contributing? Check out some good first issues.

For additional instructions, standards and style guides, please refer to the Contributing document.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventWatcher

type EventWatcher struct {
	// contains filtered or unexported fields
}

func NewEventWatcher

func NewEventWatcher(ctx context.Context, cfg *config.Config, shutdown context.CancelCauseFunc) (*EventWatcher, error)

func (*EventWatcher) Start

func (ew *EventWatcher) Start(ctx context.Context) error

func (*EventWatcher) Stop

func (ew *EventWatcher) Stop(ctx context.Context) error

func (*EventWatcher) Stopped

func (ew *EventWatcher) Stopped() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL