Documentation
¶
Index ¶
- type AppService
- func (a *AppService) ASAccessToken() string
- func (a *AppService) HSAccessToken() string
- func (a *AppService) Host() string
- func (a *AppService) NetworkFeeRecipientBotAddress() common.Address
- func (a *AppService) NetworkFeeRecipientCMAccountAddress() common.Address
- func (a *AppService) Stop(ctx context.Context) error
- type ConduitServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppService ¶
type AppService struct {
// contains filtered or unexported fields
}
Not safe for concurrent use.
func StartNewAppService ¶
func StartNewAppService( ctx context.Context, logger *zap.SugaredLogger, resourceManagerSession *resources.Session, dataDir string, asbBinPath string, networkFeeKey *ecdsa.PrivateKey, networkClient *blockchain.Client, ) (*AppService, chan error, error)
func (*AppService) ASAccessToken ¶
func (a *AppService) ASAccessToken() string
func (*AppService) HSAccessToken ¶
func (a *AppService) HSAccessToken() string
func (*AppService) Host ¶
func (a *AppService) Host() string
func (*AppService) NetworkFeeRecipientBotAddress ¶
func (a *AppService) NetworkFeeRecipientBotAddress() common.Address
func (*AppService) NetworkFeeRecipientCMAccountAddress ¶
func (a *AppService) NetworkFeeRecipientCMAccountAddress() common.Address
type ConduitServer ¶
type ConduitServer struct {
// contains filtered or unexported fields
}
Conduit server. Not safe for concurrent use.
func StartNewMatrixServer ¶
func StartNewMatrixServer( ctx context.Context, logger *zap.SugaredLogger, resourceManagerSession *resources.Session, dataDir string, matrixBinPath string, appService *AppService, ) (*ConduitServer, chan error, error)
func (*ConduitServer) Host ¶
func (m *ConduitServer) Host() *url.URL
Click to show internal directories.
Click to hide internal directories.