Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebRequest ¶
type WebRequest struct { Exchange string `json:"exchange"` CurrencyPair *common.CurrencyPair }
type WebServer ¶
type WebServer struct {
// contains filtered or unexported fields
}
func NewWebServer ¶
func NewWebServer(ctx common.Context, port int, authService service.AuthService, jsonWebTokenService service.JsonWebTokenService) *WebServer
Click to show internal directories.
Click to hide internal directories.