api

package
v0.0.0-...-71505b4 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2019 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetHandlers

func SetHandlers(serv *operations.TezTrackerAPI, db DbProvider)

SetHandlers initializes the API handlers with underlying services.

func ToNetwork

func ToNetwork(net string) (models.Network, error)

Types

type DbProvider

type DbProvider interface {
	GetDb(models.Network) (*gorm.DB, error)
}

type Limits

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

func NewLimiter

func NewLimiter(limit, offset *int64) *Limits

func (*Limits) Limit

func (l *Limits) Limit() uint

func (*Limits) Offset

func (l *Limits) Offset() uint

type MarketDataProvider

type MarketDataProvider interface {
	GetTezosMarketData() (md models.MarketInfo, err error)
}

MarketDataProvider is an interface for getting actual price and price changes.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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