Documentation ¶
Index ¶
- Constants
- func NewPlugin(endpoint string) integration.Plugin
- type Plugin
- func (p *Plugin) CallStack(data interface{}) (stack map[string]interface{})
- func (p *Plugin) Destroy() error
- func (p *Plugin) GetConnectionState() string
- func (p *Plugin) GetData(_ []any) string
- func (p *Plugin) GetEndpoint() string
- func (p *Plugin) GetEnvironmentsData(envIds []uid.ID) map[uid.ID]string
- func (p *Plugin) GetEnvironmentsShortData(envIds []uid.ID) map[uid.ID]string
- func (p *Plugin) GetName() string
- func (p *Plugin) GetPrettyName() string
- func (p *Plugin) Init(_ string) error
- func (p *Plugin) ObjectStack(_ map[string]string, _ map[string]string) (stack map[string]interface{})
- type RpcClient
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func NewPlugin ¶
func NewPlugin(endpoint string) integration.Plugin
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) GetConnectionState ¶ added in v0.22.80
func (*Plugin) GetEndpoint ¶ added in v0.22.80
func (*Plugin) GetEnvironmentsData ¶ added in v0.56.0
func (*Plugin) GetEnvironmentsShortData ¶ added in v0.79.0
func (*Plugin) GetPrettyName ¶ added in v0.22.80
type RpcClient ¶
type RpcClient struct { ddpb.DataDistributionControlClient // contains filtered or unexported fields }
func (*RpcClient) GetConnState ¶
func (m *RpcClient) GetConnState() connectivity.State
Click to show internal directories.
Click to hide internal directories.