Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PortfolioClient ¶
type PortfolioClient struct {
// contains filtered or unexported fields
}
type PortfolioHandler ¶
type PortfolioHandler struct {
// contains filtered or unexported fields
}
func NewPortfolioHandler ¶
func NewPortfolioHandler(logger *logging.Logger, hub *PortfolioHub, middlewareService service.Middleware) *PortfolioHandler
func (*PortfolioHandler) OnConnect ¶
func (ph *PortfolioHandler) OnConnect(w http.ResponseWriter, r *http.Request)
type PortfolioHub ¶
type PortfolioHub struct {
// contains filtered or unexported fields
}
func NewPortfolioHub ¶
func NewPortfolioHub(logger *logging.Logger) *PortfolioHub
func (*PortfolioHub) Run ¶
func (h *PortfolioHub) Run()
Click to show internal directories.
Click to hide internal directories.