tabnine

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutocompleteResult

type AutocompleteResult struct {
	OldPrefix   string         `json:"old_prefix"`
	Results     []*ResultEntry `json:"results"`
	UserMessage []string       `json:"user_message"`
}

type ResultEntry

type ResultEntry struct {
	NewPrefix string `json:"new_prefix"`
	OldSuffix string `json:"old_suffix"`
	NewSuffix string `json:"new_suffix"`
	Details   string `json:"detail"`
}

type TabNine

type TabNine struct {
	// contains filtered or unexported fields
}

func NewTabNine

func NewTabNine(baseDir string) (*TabNine, error)

func (*TabNine) Close

func (t *TabNine) Close()

func (*TabNine) Request

func (t *TabNine) Request(data []byte) (res []byte)

Jump to

Keyboard shortcuts

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