Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagedEntityInfo ¶
type Pluginator ¶
type Pluginator struct { Session *session.Session ExtensionManager *object.ExtensionManager Context context.Context // contains filtered or unexported fields }
func NewPluginator ¶
func (*Pluginator) GetPlugin ¶
func (p *Pluginator) GetPlugin(key string) (*types.Extension, error)
IsRegistered checks for presence of an extension on the target
func (*Pluginator) IsRegistered ¶
func (p *Pluginator) IsRegistered(key string) (bool, error)
IsRegistered checks for presence of an extension on the target
func (*Pluginator) Register ¶
func (p *Pluginator) Register() error
Register installs an extension to the target
func (*Pluginator) Unregister ¶
func (p *Pluginator) Unregister(key string) error
Unregister removes an extension from the target
Click to show internal directories.
Click to hide internal directories.