Documentation ¶
Index ¶
- Variables
- func Package() config.ProtoCommandIface
- type Config
- type Service
- func (srv *Service) Close() error
- func (n *Service) Context() context.Context
- func (s *Service) Counter() iface.CounterService
- func (srv *Service) Dev() bool
- func (s *Service) Http() http.Service
- func (n *Service) Node() peer.Node
- func (srv *Service) Orbitals() []vm.Plugin
- func (s *Service) P2P() p2pIface.Service
- func (s *Service) SmartOps() iface.SmartOpsService
- func (s *Service) Tns() tns.Client
- func (srv *Service) Verbose() bool
- func (s *Service) Vm() vm.Service
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CPUCheckInterval = time.Second
)
Functions ¶
func Package ¶
func Package() config.ProtoCommandIface
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
TODO: Node shouldn't have to have all
func (*Service) Counter ¶
func (s *Service) Counter() iface.CounterService
func (*Service) SmartOps ¶
func (s *Service) SmartOps() iface.SmartOpsService
Source Files ¶
Click to show internal directories.
Click to hide internal directories.