engineconfigloader

package
v0.90.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2022 License: Apache-2.0 Imports: 18 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultFactoryResolver

type DefaultFactoryResolver struct {
	// contains filtered or unexported fields
}

func NewDefaultFactoryResolver

func NewDefaultFactoryResolver(client *http.Client, debug bool, log abstractlogger.Logger) *DefaultFactoryResolver

func (*DefaultFactoryResolver) Resolve

type EngineConfigLoader

type EngineConfigLoader struct {
	// contains filtered or unexported fields
}

func New

func New(resolvers ...FactoryResolver) *EngineConfigLoader

func (*EngineConfigLoader) Load

func (*EngineConfigLoader) LoadJson

func (l *EngineConfigLoader) LoadJson(engineConfigJson json.RawMessage) (*plan.Configuration, error)

type FactoryResolver

type FactoryResolver interface {
	Resolve(ds *wgpb.DataSourceConfiguration) (plan.PlannerFactory, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL