Documentation
¶
Index ¶
- Constants
- func NewOperatorHandler(operatorSvc application.OperatorService, pwdValidator func(pwd string) bool) daemonv2.OperatorServiceServer
- func NewTradeHandler(tradeSvc application.TradeService) tdexv1.TradeServiceServer
- func NewTransportHandler() tdexv1.TransportServiceServer
- func NewWalletHandler(walletSvc ports.Wallet, buildData ports.BuildData, macPath string, ...) daemonv2.WalletServiceServer
Constants ¶
View Source
const ErrCannotServeRequest = "cannot serve request, please retry"
Variables ¶
This section is empty.
Functions ¶
func NewOperatorHandler ¶
func NewOperatorHandler( operatorSvc application.OperatorService, pwdValidator func(pwd string) bool, ) daemonv2.OperatorServiceServer
NewOperatorHandler is a constructor function returning an protobuf OperatorServer.
func NewTradeHandler ¶ added in v0.8.8
func NewTradeHandler( tradeSvc application.TradeService, ) tdexv1.TradeServiceServer
func NewTransportHandler ¶ added in v0.8.3
func NewTransportHandler() tdexv1.TransportServiceServer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.