Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OptServiceRegistry ¶
type OptServiceRegistry func(*ServiceRegistry)
func NewAccountService ¶
func NewAccountService(svc service.WalletService) OptServiceRegistry
type ServiceRegistry ¶
type ServiceRegistry struct {
// contains filtered or unexported fields
}
func NewServiceRegistry ¶
func NewServiceRegistry(option ...OptServiceRegistry) *ServiceRegistry
func (*ServiceRegistry) GetAccountService ¶
func (s *ServiceRegistry) GetAccountService() service.WalletService
Click to show internal directories.
Click to hide internal directories.