mctl/models/data.go
jake 83fec73076
All checks were successful
code scans / scans (push) Successful in 1m19s
added clear command
- clear command setup
- clear command added to docs
- config fields saved in model layer
- config command code cleanup
2025-05-10 15:22:33 -04:00

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"}