Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
8
pkg/common/user_profile.go
Normal file
8
pkg/common/user_profile.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package common
|
||||
|
||||
type UserProfile struct {
|
||||
FirstName string `json:"first_name"`
|
||||
LastName string `json:"last_name"`
|
||||
Email string `json:"email"`
|
||||
Phone string `json:"phone"`
|
||||
}
|
||||
Reference in New Issue
Block a user