importers

package
v0.0.0-...-cf45389 Latest Latest
Warning

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

Go to latest
Published: May 18, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImportRunners

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

func NewImportRunners

func NewImportRunners() *ImportRunners

func (*ImportRunners) AddRunner

func (ir *ImportRunners) AddRunner(importer Importer) error

func (*ImportRunners) Runners

func (ir *ImportRunners) Runners() []Importer

type Importer

type Importer interface {
	Name() string

	Start(context.Context) error
	Stop() error
}

type ImporterWebHandler

type ImporterWebHandler interface {
	SetupWebHandlers(chi.Router)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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