new/clear-command (#8)

Reviewed-on: #8
Co-authored-by: jake <jake.young.dev@gmail.com>
Co-committed-by: jake <jake.young.dev@gmail.com>
This commit is contained in:
2025-05-11 04:27:47 +00:00
committed by jake
parent 386a766185
commit f8282c3676
5 changed files with 65 additions and 5 deletions

4
models/data.go Normal file
View File

@@ -0,0 +1,4 @@
package models
//list of all fields kept in config file
var ConfigFields = [6]string{"customcmd", "device", "nonce", "port", "server", "password"}