Ocean/WebServer/ICCCStartup.go
Thorsten c1e8ca4b07 Admin Interface & Handlers
* In Progress, Not Done Yet
+ Added Handlers to cover public and admin handlers
+ Added WebServer
+ InitHandlers used the new class
2014-11-06 17:49:04 +01:00

6 lines
84 B
Go

package WebServer
type ICCCStartUpMessage struct {
IPAddressAndPort string
}