completion

package
v0.0.0-...-ff628f3 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHostedCompletion

func NewHostedCompletion() *hostedCompletion

func NewNonHostedCompletion

func NewNonHostedCompletion() *nonHostedCompletion

Types

type Completion

type Completion interface {
	GetType() CompletionType
}

type CompletionInfo

type CompletionInfo struct {
	Type CompletionType `json:"type,omitempty"`
}

type CompletionType

type CompletionType string
const (
	Hosted    CompletionType = "hosted"
	NonHosted CompletionType = "non_hosted"
)

Jump to

Keyboard shortcuts

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