gocode

package
v0.0.0-...-75b7e41 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: MIT, 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 AutoCompleteReply

type AutoCompleteReply struct {
	Candidates []suggest.Candidate
	Len        int
}

func AutoComplete

func AutoComplete(req *AutoCompleteRequest) (res *AutoCompleteReply, err error)

type AutoCompleteRequest

type AutoCompleteRequest struct {
	Filename string
	Data     []byte
	Cursor   int
	Context  gbimporter.PackedContext
	Source   bool
	Builtin  bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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