exporter

package
v1.42.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 61 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// MatchExact is to specify that whole value should match
	MatchExact = "exact"
	// MatchDefault - same meaning as MatchExact
	MatchDefault = ""
	// MatchCaseInsensitive is to specify that whole value should match, but case-insensitive
	MatchCaseInsensitive = "caseinsensitive"
	// MatchPrefix is to specify that prefix of value should match
	MatchPrefix = "prefix"
	// MatchLongestPrefix is to specify that prefix of value should match, and select the longest value from list of candidates
	MatchLongestPrefix = "longestprefix"
	// MatchRegexp is to specify that the group extracted from value should match
	MatchRegexp = "regexp"
)

Variables

View Source
var (
	ParentDirectoryExtraKey = "parent_directory"
)

Functions

func ListParallel added in v1.36.0

func ListParallel(a workspace.NotebooksAPI, path string, shouldIncludeDir func(workspace.ObjectStatus) bool,
	visitor func([]workspace.ObjectStatus)) ([]workspace.ObjectStatus, error)

func Run

func Run(args ...string) error

Run import according to flags

Types

type MatchType added in v1.8.0

type MatchType string

Jump to

Keyboard shortcuts

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