lint competition service
This commit is contained in:
@@ -23,4 +23,4 @@ type CompetitionRepository interface {
|
||||
Delete(ctx context.Context, id uuid.UUID) error
|
||||
List(ctx context.Context, opts ListCompetitionsOptions) ([]*pb.Competition, int, error)
|
||||
ChangeState(ctx context.Context, id uuid.UUID, state pb.CompetitionState) (*pb.Competition, error)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user