Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSIService ¶
type SSIService struct {
// contains filtered or unexported fields
}
SSIService represents all services and their dependencies independent of transport
func InstantiateSSIService ¶
func InstantiateSSIService(config config.ServicesConfig) (*SSIService, error)
InstantiateSSIService creates a new instance of the SSIS which instantiates all services and their dependencies independent of transport.
func (*SSIService) GetServices ¶
func (ssi *SSIService) GetServices() []framework.Service
GetServices returns the instantiated service providers
Click to show internal directories.
Click to hide internal directories.