6 lines
101 B
Go
6 lines
101 B
Go
|
package requests
|
||
|
|
||
|
type SetCustomNodes struct {
|
||
|
CustomNodes map[string]string `json:"customNodes"`
|
||
|
}
|