feat: start create logic for repository
This commit is contained in:
@@ -24,4 +24,5 @@ type AuthRepository interface {
|
||||
}
|
||||
|
||||
type CommentRepository interface {
|
||||
CreateComment(ctx context.Context, comment *storage.Comment) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user