statistics_request

package
v0.9.13 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FetchTronStatsRequest

type FetchTronStatsRequest struct {
	Resolution string  `json:"resolution" query:"resolution" validate:"required,oneof=day hour"`
	DateFrom   *string `json:"date_from" query:"date_from"`
	DateTo     *string `json:"date_to" query:"date_to"`

} // @name FetchTronStatsRequest

type GetDepositsSummaryRequest

type GetDepositsSummaryRequest struct {
	DateFrom    *string                            `json:"date_from" query:"date_from" format:"date-time"`
	DateTo      *string                            `json:"date_to" query:"date_to" format:"date-time"`
	Resolution  *transactions.StatisticsResolution `json:"resolution" query:"resolution" validate:"omitempty,oneof=hour day week month quarter year"`
	CurrencyIDs []string                           `json:"currency_ids" query:"currency_ids"` //nolint:tagliatelle
	StoreUUIDs  []uuid.UUID                        `json:"store_uuids" query:"store_uuids"`   //nolint:tagliatelle

} // @name GetDepositsSummaryRequest

Jump to

Keyboard shortcuts

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