Files
football_info_api/profile/requests.go
2023-07-02 15:26:53 +01:00

6 lines
81 B
Go

package profile
type CreateProfileRequest struct {
Name string `json:"name"`
}