init
This commit is contained in:
@@ -9,3 +9,7 @@ type UpdateServerRequest struct {
|
||||
Name string `json:"name" binding:"required"`
|
||||
Password *string `json:"password,omitempty"`
|
||||
}
|
||||
|
||||
type JoinServerRequest struct {
|
||||
Password *string `json:"password,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user