Documentation
¶
Index ¶
- type QuoteRepo
- func (qr *QuoteRepo) AddQuotation(q *models.Quote) error
- func (qr *QuoteRepo) AddQuotePair(from, to string) error
- func (qr *QuoteRepo) GetLastUpdated(from, to string) (*models.Quote, error)
- func (qr *QuoteRepo) GetQuotation(id uuid.UUID) (*models.Quote, error)
- func (qr *QuoteRepo) GetQuotePair(from, to string) (*int32, error)
- func (qr *QuoteRepo) GetQuotePairs() ([][]string, error)
- type Repository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuoteRepo ¶
func (*QuoteRepo) AddQuotePair ¶
func (*QuoteRepo) GetLastUpdated ¶
func (*QuoteRepo) GetQuotation ¶
func (*QuoteRepo) GetQuotePairs ¶
Click to show internal directories.
Click to hide internal directories.