snippet

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SnippetInfo

type SnippetInfo struct {
	Description string   `toml:"description"`
	Command     string   `toml:"command"`
	Tag         []string `toml:"tag"`
	Output      string   `toml:"output"`
}

type Snippets

type Snippets struct {
	Snippets []SnippetInfo `toml:"snippets"`
}

func (*Snippets) Load

func (snippets *Snippets) Load() error

Load reads toml file.

func (*Snippets) Save

func (snippets *Snippets) Save() error

Save saves the snippets to toml file.

func (*Snippets) ToString

func (snippets *Snippets) ToString() (string, error)

ToString returns the contents of toml file.

Jump to

Keyboard shortcuts

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