store

package
v0.0.0-...-6f15561 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet(NewStore, wire.Bind(new(IStore), new(*datastore)))

ProviderSet is data providers.

Functions

func NewStore

func NewStore(db *gorm.DB) *datastore

Types

type IStore

type IStore interface {
	Markets() MarketStore
}

type MarketStore

type MarketStore interface {
	TokenList(ctx context.Context, req *v1.TokenListRequest) (*v1.TokenListResponse, error)
}

Jump to

Keyboard shortcuts

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