Ocean/ICCC/SystemMessages/ICCCStartup.go
Thorsten Sommer 6e111b7517 Added more ICCC commands
+ Added ICCC command for register a host
+ Added ICCC command for register a command i.e. listener
+ Added ICCC command for getting a number from NumGen
2015-06-21 21:28:39 +02:00

8 lines
266 B
Go

package SystemMessages
// Message type for the startup message:
type ICCCStartUpMessage struct {
PublicIPAddressAndPort string // The public web server's IP address and port
AdminIPAddressAndPort string // The private admin server's IP address and port
}