Documentation ¶ Index ¶ type Factory func NewFactory() *Factory func (s *Factory) Add(add source.Factory) func (s *Factory) Create(uri string, options map[string]interface{}) (source.Source, error) func (s *Factory) Schemes() []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Factory ¶ type Factory struct { // contains filtered or unexported fields } func NewFactory ¶ func NewFactory() *Factory func (*Factory) Add ¶ func (s *Factory) Add(add source.Factory) func (*Factory) Create ¶ func (s *Factory) Create(uri string, options map[string]interface{}) (source.Source, error) func (*Factory) Schemes ¶ func (s *Factory) Schemes() []string Source Files ¶ View all Source files factory.go Click to show internal directories. Click to hide internal directories.