7 lines
78 B
Go
7 lines
78 B
Go
|
package server
|
||
|
|
||
|
type RegisterRequest struct {
|
||
|
UserId string
|
||
|
Key string
|
||
|
}
|