sources

package
v0.0.0-...-a45bf93 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssetIterator

type AssetIterator = streams.Iterator[RemoteAsset]

AssetIterator

type RemoteAsset

type RemoteAsset struct {
	ID     string
	Labels bpmmd.LabelSet
}

type Source

type Source interface {
	// Fetch returns an iterator for all the assets in the source
	Fetch(ctx context.Context) (AssetIterator, error)
	Pull(ctx context.Context, op *glfs.Operator, s cadata.Store, id string) (*glfs.Ref, error)
}

Source is an external Source

type URL

type URL struct {
	Scheme string
	Path   string
}

func ParseURL

func ParseURL(x string) (*URL, error)

func (URL) String

func (u URL) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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