args
This commit is contained in:
parent
8ca68e7deb
commit
284467fea3
@ -499,7 +499,7 @@ func (con Connection) RunCommand(ctx *gin.Context) {
|
||||
|
||||
type Commands struct {
|
||||
CommandType string `json:"CommandType"`
|
||||
Arguments [4]interface{} `json:"Arguments"`
|
||||
Arguments []interface{} `json:"Arguments"`
|
||||
}
|
||||
|
||||
func (con Connection) AttachServer(ctx *gin.Context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user