lots o progress
- added 'command' subcommand - removed viper - setup commands added - still a WIP - readme TODO update
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
package model
|
||||
|
||||
//list of all fields kept in config file
|
||||
// var ConfigFields = [6]string{"customcmd", "device", "nonce", "port", "server", "password"}
|
||||
|
||||
type Command struct {
|
||||
Name string `db:"name"`
|
||||
Command string `db:"command"`
|
||||
|
Reference in New Issue
Block a user