Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheck ¶
type HealthCheck interface { PluginHealthCheck(ctx context.Context, gClient pluginpb.PluginClient, plugin config.Plugin, dispatcher []dp.Dispatcher) (types.AliveStatus, error) VATZHealthCheck(schedule []string, dispatcher []dp.Dispatcher) error PluginStatus(ctx context.Context) []types.PluginStatus }
HealthCheck provides interfaces to check health.
func GetHealthChecker ¶
func GetHealthChecker() HealthCheck
GetHealthChecker creates instance of HealthCheck
Click to show internal directories.
Click to hide internal directories.