devcmd

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:   "dev",
	Short: "Render advanced development views of the active Workspace",
}

Functions

This section is empty.

Types

type WeightedPath added in v0.0.9

type WeightedPath struct {
	Weight float64
	Next   func(ctx context.Context, sp au.WorkspaceProvider) (int, error)
}

func NewWeightedBranch added in v0.0.9

func NewWeightedBranch(w float64, branches []WeightedPath) WeightedPath

func NewWeightedPath added in v0.0.9

func NewWeightedPath(w float64, n func(ctx context.Context, sp au.WorkspaceProvider) (int, error)) WeightedPath

Jump to

Keyboard shortcuts

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