Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterUnauthenticatedRoutes ¶ added in v0.14.0
func RegisterUnauthenticatedRoutes(r *gin.RouterGroup, db *sqlx.DB)
Types ¶
type AmbossService ¶
type AmbossService struct { CommonService NodeId int `json:"nodeId"` }
type CommonService ¶ added in v0.18.1
type LndService ¶
type LndService struct { CommonService NodeId int `json:"nodeId"` BitcoinNetwork commons.Network `json:"bitcoinNetwork"` StreamStatus []Stream `json:"streamStatus,omitempty"` }
type Service ¶
type Service struct { CommonService NodeId *int `json:"nodeId,omitempty"` Type commons.ServiceType `json:"type"` TypeString string `json:"typeString"` }
type Services ¶
type Services struct { BitcoinNetworks []commons.Network `json:"bitcoinNetworks"` TorqService TorqService `json:"torqService"` LndServices []LndService `json:"lndServices,omitempty"` Services []Service `json:"services,omitempty"` VectorServices []VectorService `json:"vectorServices,omitempty"` AmbossServices []AmbossService `json:"ambossServices,omitempty"` }
type Stream ¶ added in v0.18.1
type Stream struct { CommonService NodeId int `json:"nodeId,omitempty"` Type commons.SubscriptionStream `json:"type"` TypeString string `json:"typeString"` }
type TorqService ¶
type TorqService struct { CommonService Version string `json:"version"` }
type VectorService ¶
type VectorService struct { CommonService NodeId int `json:"nodeId"` }
Click to show internal directories.
Click to hide internal directories.