interfaces

package
v1.0.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LimePipesPlugin

type LimePipesPlugin interface {
	PluginInfo() (*messages.PluginInfoResponse, error)

	ParseFromFile(filePath string) ([]*messages.ParsedTune, error)
	Parse(data []byte) ([]*messages.ParsedTune, error)

	ExportToFile(tunes []*tune.Tune, filepath string) error
	Export(tunes []*tune.Tune) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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