es_open

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorAlwaysError = errors.New("always fail")
)

Functions

This section is empty.

Types

type Open

type Open interface {
	// Open a file, folder, or URI using the OS's default app.
	// Wait for the open command complete when `blocking` is true.
	Open(input string, blocking bool) error
}

func New

func New() Open

func NewTestDummy

func NewTestDummy() Open

func NewTestError

func NewTestError() Open

Jump to

Keyboard shortcuts

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