predictor

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package predictor to define command line predictions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FunctionName

type FunctionName struct{}

FunctionName completes function name of the given package.

func (FunctionName) Predict

func (f FunctionName) Predict(args complete.Args) []string

Predict to satisfy complete.Predictor.

type PackagePath

type PackagePath struct{}

func (PackagePath) Predict

func (p PackagePath) Predict(args complete.Args) []string

Predict to satisfy complete.Predictor.

type TypeMethodName

type TypeMethodName struct{}

TypeMethodName complete method names for a type.

func (TypeMethodName) Predict

func (TypeMethodName) Predict(args complete.Args) []string

Predict to satisfy complete.Predictor.

type TypeName

type TypeName struct{}

TypeName complete types names.

func (TypeName) Predict

func (TypeName) Predict(args complete.Args) []string

Predict to satisfy complete.Predictor.

Jump to

Keyboard shortcuts

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