Documentation
¶
Index ¶
- type IIntegration
- type Integration
- func (*Integration) Activate(name string, namespace string, activeFilters []string, skipInstall bool) error
- func (*Integration) Deactivate(name string, namespace string) error
- func (*Integration) Get(name string) (IIntegration, error)
- func (*Integration) IsActivate(name string) (bool, error)
- func (*Integration) List() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IIntegration ¶
type Integration ¶
type Integration struct { }
func NewIntegration ¶
func NewIntegration() *Integration
func (*Integration) Deactivate ¶
func (*Integration) Deactivate(name string, namespace string) error
func (*Integration) Get ¶
func (*Integration) Get(name string) (IIntegration, error)
func (*Integration) IsActivate ¶
func (*Integration) IsActivate(name string) (bool, error)
func (*Integration) List ¶
func (*Integration) List() []string
Click to show internal directories.
Click to hide internal directories.