feat: Initial commit of the server management tool
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package serveractions
|
||||
|
||||
// Server struct to hold server information
|
||||
type Server struct {
|
||||
Name string `json:"name"`
|
||||
Mac string `json:"mac"`
|
||||
IP string `json:"ip"`
|
||||
SSHUser string `json:"ssh_user"`
|
||||
SSHPass string `json:"ssh_pass"`
|
||||
}
|
||||
Reference in New Issue
Block a user