11 lines
130 B
Go
11 lines
130 B
Go
package types
|
|
|
|
type JoinRequest struct {
|
|
Endpoint string
|
|
Username UsernameType
|
|
}
|
|
|
|
type JoinResponse struct {
|
|
Endpoint string
|
|
}
|