feat: start develop a comment logic
This commit is contained in:
@@ -22,3 +22,6 @@ type AuthRepository interface {
|
||||
IsRegistered(ctx context.Context, github_id int) (bool, error)
|
||||
GetUserByGithubID(ctx context.Context, githubID int) (*storage.User, error)
|
||||
}
|
||||
|
||||
type CommentRepository interface {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user