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