Documentation ¶
Index ¶
- Variables
- type DatabaseSQL
- type HTTPClient
- type HTTPServer
- type Manager
- func (m *Manager) GetDatabaseSQL(resourceName string) (DatabaseSQL, error)
- func (m *Manager) GetHTTPClient(resourceName string) (HTTPClient, error)
- func (m *Manager) GetHTTPServer(resourceName string) (HTTPServer, error)
- func (m *Manager) GetQueue(resourceName string) (Queue, error)
- func (m *Manager) GetShell(resourceName string) (Shell, error)
- func (m *Manager) Ready() error
- func (m *Manager) Reset()
- type Queue
- type Resource
- type Shell
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type DatabaseSQL ¶
type HTTPClient ¶
type HTTPServer ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) GetDatabaseSQL ¶
func (m *Manager) GetDatabaseSQL(resourceName string) (DatabaseSQL, error)
func (*Manager) GetHTTPClient ¶
func (m *Manager) GetHTTPClient(resourceName string) (HTTPClient, error)
func (*Manager) GetHTTPServer ¶
func (m *Manager) GetHTTPServer(resourceName string) (HTTPServer, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.