Reviewed-on: #8 Co-authored-by: jake <jake.young.dev@gmail.com> Co-committed-by: jake <jake.young.dev@gmail.com>
5 lines
148 B
Go
5 lines
148 B
Go
package models
|
|
|
|
//list of all fields kept in config file
|
|
var ConfigFields = [6]string{"customcmd", "device", "nonce", "port", "server", "password"}
|