Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterService ¶
type CounterService interface {
Service
Push(...*counters.WrappedMetric)
Implemented() bool
}
type Service ¶
type Service interface {
services.Service
// Http Returns the http service attached to the Substrate
Http() http.Service
// Vm Returns the VM service attached to the Substrate
Vm() vm.Service
// Tns returns the Tns client attached to the Substrate
Tns() tns.Client
// Counter returns the counter service attached to the Substrate s
Counter() CounterService
// SmartOps returns the smartops service attached to the Substrate
SmartOps() SmartOpsService
Orbitals() []vm.Plugin
Dev() bool
Verbose() bool
Context() context.Context
}
type SmartOpsService ¶
Click to show internal directories.
Click to hide internal directories.