Versions in this module Expand all Collapse all v1 v1.1.0 Feb 7, 2023 v1.0.0 Jan 31, 2023 Changes in this version + var Environments = map[string]plaid.Environment + func New(ctx context.Context, logger zerolog.Logger, s specs.Source, ...) (schema.ClientMeta, error) + func Options() []transformers.StructTransformerOption + func ResolveNullableTime(path string) schema.ColumnResolver + func TestHelper(t *testing.T, table *schema.Table, ts *httptest.Server) + func TestServer(t *testing.T, data any) *httptest.Server + type Client struct + AccessToken string + ClientId string + Logger zerolog.Logger + Secret string + Services *plaid.APIClient + func (c *Client) ID() string + type Spec struct + AccessToken string + ClientId string + Environment string + Secret string + func (s *Spec) SetDefaults() + func (s *Spec) Validate() error