Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
Types ¶
type RelayStatus ¶ added in v1.21.0
type Service ¶
type Service interface {
StartApp(encryptionKey string) error
StopApp()
Shutdown()
// TODO: remove getters (currently used by http / wails services)
GetAlbySvc() alby.AlbyService
GetAlbyOAuthSvc() alby.AlbyOAuthService
GetEventPublisher() events.EventPublisher
GetLNClient() lnclient.LNClient
GetTransactionsService() transactions.TransactionsService
GetSwapsService() swaps.SwapsService
GetDB() *gorm.DB
GetConfig() config.Config
GetKeys() keys.Keys
GetRelayStatuses() []RelayStatus
GetStartupState() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.