editor

package
v1.3.8 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2018 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Editor

type Editor struct {
	OpenEditor func(string) error
	OnSave     OnSaveFunc
}

func NewEditor

func NewEditor(saveFunc OnSaveFunc) *Editor

func (Editor) Edit

func (e Editor) Edit(content string, name string, isJson bool) error

type OnSaveFunc

type OnSaveFunc func(modifiedContent string) ([]string, error)

Jump to

Keyboard shortcuts

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