Versions in this module Expand all Collapse all v1 v1.41.0 Jun 27, 2022 Changes in this version + func ConfigJSON(config Configuration) json.RawMessage + type Configuration struct + Data string + type Factory struct + func (f *Factory) Planner(ctx context.Context) plan.DataSourcePlanner + type Planner struct + func (p *Planner) ConfigureFetch() plan.FetchConfiguration + func (p *Planner) ConfigureSubscription() plan.SubscriptionConfiguration + func (p *Planner) DataSourcePlanningBehavior() plan.DataSourcePlanningBehavior + func (p *Planner) DownstreamResponseFieldAlias(downstreamFieldRef int) (alias string, exists bool) + func (p *Planner) Register(_ *plan.Visitor, configuration plan.DataSourceConfiguration, _ bool) error + type Source struct + func (_ Source) Load(ctx context.Context, input []byte, w io.Writer) (err error)