mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
Add update username method
This commit is contained in:
parent
626b7fa3e9
commit
7c2c993dc3
10 changed files with 82 additions and 9 deletions
5
service/structures/api-structures.go
Normal file
5
service/structures/api-structures.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package structures
|
||||
|
||||
type UserDetails struct {
|
||||
Name string `json:"name"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue