Files
cloud-services/pkg/common/profile_photo.go

6 lines
108 B
Go

package common
type ProfilePhotoUpdate struct {
Photo string `json:"photo" validate:"base64,max=50000"`
}