Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serv ¶
type Serv interface { GetAllByRoundID(ctx context.Context, roundID uint64) ([]*check.Check, error) GetByRoundServiceID(ctx context.Context, roundID uint64, serviceID uuid.UUID) (*check.Check, error) GetAllByServiceID(ctx context.Context, serviceID uuid.UUID) ([]*check.Check, error) }
func NewCheckServ ¶
Click to show internal directories.
Click to hide internal directories.