mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
6 lines
75 B
Go
6 lines
75 B
Go
|
package structures
|
||
|
|
||
|
type UserDetails struct {
|
||
|
Name string `json:"name"`
|
||
|
}
|