feat: start create logic for repository

This commit is contained in:
d3m0k1d
2026-02-18 13:28:27 +03:00
parent e14450f373
commit 81446e56f5
2 changed files with 25 additions and 0 deletions

View File

@@ -24,4 +24,5 @@ type AuthRepository interface {
}
type CommentRepository interface {
CreateComment(ctx context.Context, comment *storage.Comment) error
}