Documentation ¶
Index ¶
Constants ¶
View Source
const ( FetchLimit = 60 MaxOrders = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchConfig ¶
type Repository ¶
type Repository interface {
Fetch(ctx context.Context, cfg FetchConfig) ([]*twmodel.ServerStats, int, error)
}
type Usecase ¶
type Usecase interface {
Fetch(ctx context.Context, cfg FetchConfig) ([]*twmodel.ServerStats, int, error)
}
Click to show internal directories.
Click to hide internal directories.