mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-03 15:56:22 +00:00
✨ feat: 新增 Like、Comment、Repo 和 Service 模块的基础包结构
This commit is contained in:
1
internal/controller/v1/like.go
Normal file
1
internal/controller/v1/like.go
Normal file
@ -0,0 +1 @@
|
||||
package v1
|
1
internal/dto/comment.go
Normal file
1
internal/dto/comment.go
Normal file
@ -0,0 +1 @@
|
||||
package dto
|
1
internal/repo/comment.go
Normal file
1
internal/repo/comment.go
Normal file
@ -0,0 +1 @@
|
||||
package repo
|
1
internal/repo/utils.go
Normal file
1
internal/repo/utils.go
Normal file
@ -0,0 +1 @@
|
||||
package repo
|
1
internal/router/apiv1/like.go
Normal file
1
internal/router/apiv1/like.go
Normal file
@ -0,0 +1 @@
|
||||
package apiv1
|
1
internal/service/comment.go
Normal file
1
internal/service/comment.go
Normal file
@ -0,0 +1 @@
|
||||
package service
|
Reference in New Issue
Block a user