temp push
This commit is contained in:
12
controller/structs.go
Normal file
12
controller/structs.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package controller
|
||||
|
||||
import (
|
||||
"homestead/homestead_gateway/ws"
|
||||
)
|
||||
|
||||
type GatewayController struct {
|
||||
Websocket *ws.WebsocketGateway
|
||||
HttpServer HttpGateway
|
||||
}
|
||||
|
||||
type HttpGateway struct{}
|
||||
Reference in New Issue
Block a user