Documentation ¶
Overview ¶
Package server is for all the SPV Wallet settings and HTTP server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MethodNotAllowed ¶
MethodNotAllowed handles all 405 requests
Types ¶
type Server ¶
type Server struct { AppConfig *config.AppConfig Router *gin.Engine SpvWalletEngine engine.ClientInterface WebServer *http.Server Logger zerolog.Logger }
Server is the configuration, services, and actual web server
Click to show internal directories.
Click to hide internal directories.