mongo

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CollectionName is the name of the collection in the database
	CollectionName = "candlesticks"
)

Variables

View Source
var (
	// ErrNilID is returned when the ID is nil
	ErrNilID = fmt.Errorf("ID is nil")
	// ErrNoDocument is returned when no document is found
	ErrNoDocument = fmt.Errorf("no document found")
)

Functions

This section is empty.

Types

type Adapter

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

func New

func New(ctx context.Context, c config.Mongo) (*Adapter, error)

func (*Adapter) CreateCandlesticks

func (a *Adapter) CreateCandlesticks(ctx context.Context, cs *candlestick.List) error

func (*Adapter) CreateIndexes

func (a *Adapter) CreateIndexes() error

func (*Adapter) DeleteCandlesticks

func (a *Adapter) DeleteCandlesticks(ctx context.Context, cs *candlestick.List) error

func (*Adapter) ReadCandlesticks

func (a *Adapter) ReadCandlesticks(ctx context.Context, cs *candlestick.List, start, end time.Time, limit uint) error

func (*Adapter) Reset

func (a *Adapter) Reset(ctx context.Context) error

func (*Adapter) UpdateCandlesticks

func (a *Adapter) UpdateCandlesticks(ctx context.Context, cs *candlestick.List) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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