Documentation ¶
Index ¶
- Variables
- 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
- type Spec
Constants ¶
This section is empty.
Variables ¶
View Source
var Environments = map[string]plaid.Environment{ "sandbox": plaid.Sandbox, "development": plaid.Development, "production": plaid.Production, }
Functions ¶
func Options ¶
func Options() []transformers.StructTransformerOption
func ResolveNullableTime ¶
func ResolveNullableTime(path string) schema.ColumnResolver
Types ¶
Click to show internal directories.
Click to hide internal directories.