compileui

package
v0.2.0-beta4 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action string
const (
	ActionStart Action = "start"
	ActionEnd   Action = "end"
)

type PluginInfo

type PluginInfo struct {
	vscode.Plugin
	// contains filtered or unexported fields
}

type Result

type Result struct {
	ZSHInfo *ZSHInfo
	// contains filtered or unexported fields
}

type Writer

type Writer interface {
	LogVSCodePlugin(p vscode.Plugin, action Action, cached bool)
	LogZSH(action Action, cached bool)
	Finish()
}

func New

func New(ctx context.Context, out console.File, mode string) (Writer, error)

type ZSHInfo

type ZSHInfo struct {
	OHMYZSH string
	// contains filtered or unexported fields
}

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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