Initial commit
This commit is contained in:
commit
c0cb826917
63 changed files with 2069 additions and 0 deletions
11
internal/application/queries/post_find_all_by_user_name.go
Normal file
11
internal/application/queries/post_find_all_by_user_name.go
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package queries
|
||||
|
||||
import "58team_blog/internal/application/common"
|
||||
|
||||
type PostFindAllByUserNameQuery struct {
|
||||
UserName string
|
||||
}
|
||||
|
||||
type PostFindAllByUserNameResult struct {
|
||||
Result *common.PostResultList
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue