Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
5
pkg/common/profile_photo.go
Normal file
5
pkg/common/profile_photo.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
type ProfilePhotoUpdate struct {
|
||||
Photo string `json:"photo" validate:"base64,max=50000"`
|
||||
}
|
||||
Reference in New Issue
Block a user