Versions in this module Expand all Collapse all v0 v0.0.1 Jun 18, 2024 Changes in this version + var ErrAPITokenMissing = fmt.Errorf("token is required but not provided") + func NewDefaultClient() (*datumclient.DatumClient, error) + type Config struct + Token string + func NewDefaultConfig() (*Config, error) + func (c *Config) NewClient() (*datumclient.DatumClient, error)