Documentation
¶
Index ¶
Constants ¶
View Source
const ( PLUGIN_MANIFEST_SYMBOL = "Manifest" INSTANCE_NO_REASON_TIMEOUT = 15 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceState ¶
type InstanceState struct {
// contains filtered or unexported fields
}
type ServiceManager ¶
type ServiceManager struct {
// contains filtered or unexported fields
}
func NewServiceManager ¶
func NewServiceManager(config []byte, pluginpaths []string, svcs [][]manifest.ServiceManifest) (*ServiceManager, error)
func (*ServiceManager) Init ¶
func (sm *ServiceManager) Init()
func (*ServiceManager) Stop ¶
func (sm *ServiceManager) Stop()
type ServiceState ¶
type ServiceState struct { manifest.ServiceManifest // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.