8 lines
169 B
Go
8 lines
169 B
Go
package SystemMessages
|
|
|
|
// Message type for the startup message:
|
|
type ICCCStartUpMessage struct {
|
|
PublicIPAddressAndPort string
|
|
AdminIPAddressAndPort string
|
|
}
|