2014-11-07 09:46:33 +00:00
|
|
|
package SystemMessages
|
|
|
|
|
2015-06-17 15:44:52 +00:00
|
|
|
// Message type for the startup message:
|
2014-11-07 09:46:33 +00:00
|
|
|
type ICCCStartUpMessage struct {
|
2015-06-21 19:28:39 +00:00
|
|
|
PublicIPAddressAndPort string // The public web server's IP address and port
|
|
|
|
AdminIPAddressAndPort string // The private admin server's IP address and port
|
2014-11-07 09:46:33 +00:00
|
|
|
}
|