Skip to content

Commit

Permalink
Тест CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
supchaser committed Dec 18, 2024
1 parent f8aa129 commit 5309515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/board/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ type BoardRepo interface {
type BoardElasticRepo interface {
Search(ctx context.Context, boards []models.Board, searchValue string) (foundCards []int64, err error)
DeleteCard(ctx context.Context, cardID int64) (err error)
// Добавить CreateCard и UpdateCard
}

0 comments on commit 5309515

Please sign in to comment.