merch-api/internal/user/dto.go
nquidox e39d286742
All checks were successful
/ Make image (push) Successful in 58s
small fix
2026-03-26 20:36:48 +03:00

5 lines
72 B
Go

package user
type MeDTO struct {
UserUuid string `json:"user_uuid"`
}