feat: 新增 Like、Comment、Repo 和 Service 模块的基础包结构

This commit is contained in:
2025-07-26 09:48:14 +08:00
parent c565b5b5ef
commit 9984f665d4
6 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
package v1

1
internal/dto/comment.go Normal file
View File

@ -0,0 +1 @@
package dto

1
internal/repo/comment.go Normal file
View File

@ -0,0 +1 @@
package repo

1
internal/repo/utils.go Normal file
View File

@ -0,0 +1 @@
package repo

View File

@ -0,0 +1 @@
package apiv1

View File

@ -0,0 +1 @@
package service