Health checks if the DBLab Engine is healthy.
(ctx context.Context)
| 56 | |
| 57 | // Health checks if the DBLab Engine is healthy. |
| 58 | func (c *DBLabClient) Health(ctx context.Context) error { |
| 59 | _, err := c.client.Health(ctx) |
| 60 | return err |
| 61 | } |
| 62 | |
| 63 | // TriggerFullRefresh triggers a full data refresh on the DBLab Engine. |
| 64 | func (c *DBLabClient) TriggerFullRefresh(ctx context.Context) error { |
no outgoing calls