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" )
Click to show internal directories.
Click to hide internal directories.