Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface {
Insert(ctx context.Context, player Player) error
InsertMany(ctx context.Context, players []Player) error
UpdateMany(ctx context.Context, players []Player) error
FindByPID(ctx context.Context, pid int) (Player, error)
FindByProviderBetweenPIDs(ctx context.Context, pv provider.Provider, lower, upper int) ([]Player, error)
}
Click to show internal directories.
Click to hide internal directories.