mirror of
https://github.com/kevin-DL/football_info_api.git
synced 2026-01-11 18:14:28 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package profile
|
|
|
|
type CreateProfileRequest struct {
|
|
Name string `json:"name"`
|
|
}
|