Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfilingService ¶
type ProfilingService struct {
// contains filtered or unexported fields
}
func NewProfilingService ¶
func NewProfilingService(address string) *ProfilingService
func (*ProfilingService) Name ¶
func (ps *ProfilingService) Name() string
func (*ProfilingService) Serve ¶
func (ps *ProfilingService) Serve() error
func (*ProfilingService) Stop ¶
func (ps *ProfilingService) Stop()
type ServiceManager ¶
func NewServiceManager ¶
func NewServiceManager() *ServiceManager
func (*ServiceManager) RegisterService ¶
func (sm *ServiceManager) RegisterService(service Service)
func (*ServiceManager) Run ¶
func (sm *ServiceManager) Run()
func (*ServiceManager) Stop ¶
func (sm *ServiceManager) Stop()
Click to show internal directories.
Click to hide internal directories.