Feat: works on my machine
This commit is contained in:
10
types/udp.go
Normal file
10
types/udp.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package types
|
||||
|
||||
type JoinRequest struct {
|
||||
Endpoint string
|
||||
Username UsernameType
|
||||
}
|
||||
|
||||
type JoinResponse struct {
|
||||
Endpoint string
|
||||
}
|
||||
Reference in New Issue
Block a user