repository

package
v0.0.0-...-afd3e11 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2021 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	FindTrades(ctx context.Context, start, end time.Time) (models.PoloniexTradeSlice, error)
	FindDeposits(ctx context.Context, start, end time.Time) (models.PoloniexDepositSlice, error)
	FindWithdrawals(ctx context.Context, start, end time.Time) (models.PoloniexWithdrawalSlice, error)
	FindDistributions(ctx context.Context, start, end time.Time) (models.PoloniexDistributionSlice, error)
}

func NewRepository

func NewRepository(db boil.ContextExecutor) Repository

Jump to

Keyboard shortcuts

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