Ocean/ICCC/SystemMessages/ICCCStartup.go
2015-06-17 17:44:52 +02:00

8 lines
169 B
Go

package SystemMessages
// Message type for the startup message:
type ICCCStartUpMessage struct {
PublicIPAddressAndPort string
AdminIPAddressAndPort string
}