Documentation ¶
Index ¶
- Variables
- func AppendAccountManagementEndpoints(router *mux.Router) error
- func AppendApplicationEndpoints(router *mux.Router, db *gorm.DB) error
- func AppendMarketEndpoints(router *mux.Router, ga *blockchain.GladiusAccountManager) error
- func AppendNodeManagerEndpoints(router *mux.Router, ga *blockchain.GladiusAccountManager) error
- func AppendP2PEndPoints(router *mux.Router, ga *blockchain.GladiusAccountManager) error
- func AppendPoolManagerEndpoints(router *mux.Router, ga *blockchain.GladiusAccountManager, db *gorm.DB) error
- func AppendServerEndpoints(router *mux.Router, db *gorm.DB) error
- func AppendStatusEndpoints(router *mux.Router) error
- func AppendWalletManagementEndpoints(router *mux.Router, ga *blockchain.GladiusAccountManager) error
- func InitializeAPISubRoutes(router *mux.Router)
- func InitializeRouter() (*mux.Router, error)
- type ControlRouter
Constants ¶
This section is empty.
Variables ¶
View Source
var Database *gorm.DB
Functions ¶
func AppendMarketEndpoints ¶
func AppendMarketEndpoints(router *mux.Router, ga *blockchain.GladiusAccountManager) error
func AppendNodeManagerEndpoints ¶
func AppendNodeManagerEndpoints(router *mux.Router, ga *blockchain.GladiusAccountManager) error
func AppendP2PEndPoints ¶
func AppendP2PEndPoints(router *mux.Router, ga *blockchain.GladiusAccountManager) error
func AppendPoolManagerEndpoints ¶
func AppendPoolManagerEndpoints(router *mux.Router, ga *blockchain.GladiusAccountManager, db *gorm.DB) error
func AppendStatusEndpoints ¶
func AppendWalletManagementEndpoints ¶
func AppendWalletManagementEndpoints(router *mux.Router, ga *blockchain.GladiusAccountManager) error
func InitializeAPISubRoutes ¶
func InitializeRouter ¶
Types ¶
type ControlRouter ¶
func (*ControlRouter) Start ¶
func (cRouter *ControlRouter) Start()
Click to show internal directories.
Click to hide internal directories.