me request + dto
All checks were successful
/ Make image (push) Successful in 1m0s

This commit is contained in:
nquidox 2026-03-26 20:29:58 +03:00
parent a098baa253
commit 950fa9fd96
4 changed files with 60 additions and 0 deletions

5
internal/user/dto.go Normal file
View file

@ -0,0 +1,5 @@
package user
type MeDTO struct {
UserUuid string `json:"userUuid"`
}