Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitFromConfig ¶
func InitFromConfig(ctx context.Context, b *BalanceMonitor, cfg *Config) (err error)
Types ¶
type BalanceMonitor ¶
type BalanceMonitor struct {
// contains filtered or unexported fields
}
func (*BalanceMonitor) Close ¶
func (b *BalanceMonitor) Close(ctx context.Context)
func (*BalanceMonitor) InitFromCli ¶
func (b *BalanceMonitor) InitFromCli(ctx context.Context, c *cli.Context) error
InitFromCli inits a new Indexer from command line or environment variables.
func (*BalanceMonitor) Name ¶
func (b *BalanceMonitor) Name() string
func (*BalanceMonitor) Start ¶
func (b *BalanceMonitor) Start() error
Click to show internal directories.
Click to hide internal directories.