deprecated-oc-search/models/user.go

10 lines
191 B
Go
Raw Permalink Normal View History

2023-08-26 22:04:56 +02:00
package models
type User struct {
Name string `json:"name"`
Email string `json:"email"`
Profile string `json:"profiles"`
Image string `json:"image"`
Id string `json:"id"`
}