Files
HomesteadGateway/controller/structs.go

11 lines
179 B
Go

package controller
import "homestead/homestead_gateway/ws"
type GatewayController struct {
Websocket *ws.WebsocketGateway
HttpServer HttpGateway
}
type HttpGateway struct{}