pricefeed

package
v0.0.0-...-82415a5 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2021 License: MIT Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterPeriodicOps

func RegisterPeriodicOps(cfg juno.Config, scheduler *gocron.Scheduler, db *database.Db) error

RegisterPeriodicOps returns the AdditionalOperation that periodically runs fetches from CoinGecko to make sure that constantly changing data are synced properly.

func StoreTokens

func StoreTokens(cfg *config.Config, db *database.Db) error

StoreTokens stores the tokens defined inside the given configuration into the database

Types

type Module

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

Module represents the module that allows to get the token prices

func NewModule

func NewModule(cfg *config.Config, encodingConfig *params.EncodingConfig, db *database.Db) *Module

NewModule returns a new Module instance

func (*Module) Name

func (m *Module) Name() string

Name implements modules.Module

func (*Module) RegisterPeriodicOperations

func (m *Module) RegisterPeriodicOperations(scheduler *gocron.Scheduler) error

RegisterPeriodicOperations implements modules.PeriodicOperationsModule

func (*Module) RunAdditionalOperations

func (m *Module) RunAdditionalOperations() error

RunAdditionalOperations implements modules.AdditionalOperationsModule

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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