changes...
This commit is contained in:
parent
41944884b4
commit
ab4b53fd40
26 changed files with 600 additions and 51 deletions
8
internal/interfaces/api/responses/user_response.go
Normal file
8
internal/interfaces/api/responses/user_response.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package responses
|
||||
|
||||
type UserResponse struct {
|
||||
Id string `json:"id"`
|
||||
UserName string `json:"username"`
|
||||
}
|
||||
|
||||
type UserResponseList []UserResponse
|
||||
Loading…
Add table
Add a link
Reference in a new issue