mongo

package
v0.0.0-...-aef14cd Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: Unlicense Imports: 11 Imported by: 0

Documentation

Overview

Package mongo TODO.

Index

Constants

View Source
const (
	Collection = "favorites"
	AssetType  = "asset-type"
	UPK        = "upk"
	ISIN       = "isin"
	Version    = "version"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Mongo

type Mongo interface {
	Delete(ctx context.Context, entity entity.Favorites) error
	Load(ctx context.Context, upk string) ([]entity.Favorites, error)
	Save(ctx context.Context, entity entity.Favorites) error
}

func GetMongoRepo

func GetMongoRepo(prop env.Properties) Mongo

Jump to

Keyboard shortcuts

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