api

package
v0.0.0-...-80b2b3e Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2021 License: MIT Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetHandlers

func SetHandlers(serv *operations.TezTrackerAPI, db *infrustructure.Provider, marketDataProvider *cmc.CoinGecko)

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 MempoolProvider

type MempoolProvider interface {
	GetMempool(net models.Network) (*mempool.Mempool, error)
}

type WSProvider

type WSProvider interface {
	GetWS(models.Network) (*ws.Hub, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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