Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllTrainings ¶
type AllTrainings struct{}
type AllTrainingsHandler ¶
type AllTrainingsHandler decorator.QueryHandler[AllTrainings, []Training]
func NewAllTrainingsHandler ¶
func NewAllTrainingsHandler( readModel AllTrainingsReadModel, logger *logrus.Entry, metricsClient decorator.MetricsClient, ) AllTrainingsHandler
type AllTrainingsReadModel ¶
type TrainingsForUser ¶
type TrainingsForUserHandler ¶
type TrainingsForUserHandler decorator.QueryHandler[TrainingsForUser, []Training]
func NewTrainingsForUserHandler ¶
func NewTrainingsForUserHandler( readModel TrainingsForUserReadModel, logger *logrus.Entry, metricsClient decorator.MetricsClient, ) TrainingsForUserHandler
Click to show internal directories.
Click to hide internal directories.