* Is not done yet + Add configuration for the admin web server + Refactor the ICCC messages to an own namespace + Added a main to Ocean. It can be used by just ICCC! + Added proper logging for the servers' start up
7 lines
127 B
Go
7 lines
127 B
Go
package SystemMessages
|
|
|
|
type ICCCStartUpMessage struct {
|
|
PublicIPAddressAndPort string
|
|
AdminIPAddressAndPort string
|
|
}
|