Versions in this module Expand all Collapse all v0 v0.2.0 Jul 6, 2024 v0.1.0 Jun 27, 2024 Changes in this version + type ClientConfig struct + Connector db.DBConnector + FailBackDelay time.Duration + Logger *app.Logger + MaxPoolSize int + SeedList []db.Addr + UseFailBack bool + UseRandomFailOver bool + type NcoClient struct + func NewNcoClient(name string, config ClientConfig) (client *NcoClient, err error) + func (c *NcoClient) Close() error + func (c *NcoClient) Exec(ctx context.Context, query models.Query, credentials models.Credentials) models.QueryResult + func (c *NcoClient) Name() string