Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TdexConnectService ¶
type TdexConnectService interface {
RootHandler(w http.ResponseWriter, req *http.Request)
AuthHandler(w http.ResponseWriter, req *http.Request)
}
func NewTdexConnectService ¶
func NewTdexConnectService( repoManager ports.RepoManager, walletUnlockerSvc application.WalletUnlockerService, macaroonPath, certPath, addr, protocol string, ) (TdexConnectService, error)
Click to show internal directories.
Click to hide internal directories.