Documentation ¶
Index ¶
- type Parameter
- type Service
- func (s *Service) AccountManagerCompleted(started time.Time, request string, result core.Result)
- func (s *Service) ListAccountsCompleted(started time.Time)
- func (s *Service) Presenter() string
- func (s *Service) SignCompleted(started time.Time, request string, result core.Result)
- func (s *Service) WalletManagerCompleted(started time.Time, request string, result core.Result)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter interface {
// contains filtered or unexported methods
}
Parameter is the interface for service parameters.
func WithLogLevel ¶
WithLogLevel sets the log level for the module.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a metrics service exposing metrics via prometheus.
func (*Service) AccountManagerCompleted ¶
AccountManagerCompleted is called when an account manager process is complete.
func (*Service) ListAccountsCompleted ¶
ListAccountsCompleted is called when an account list process has completed.
func (*Service) SignCompleted ¶
SignCompleted is called when a signing process is complete.
Click to show internal directories.
Click to hide internal directories.