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)
Types ¶
Click to show internal directories.
Click to hide internal directories.