plugins

package
v0.0.0-...-52c3d96 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2015 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DateTime

type DateTime struct{}

func (DateTime) LongFormats

func (dateTime DateTime) LongFormats() map[string]string

func (DateTime) Prompt

func (dateTime DateTime) Prompt(parameters []string) (string, error)

func (DateTime) ShortFormats

func (dateTime DateTime) ShortFormats() map[string]string

type Directory

type Directory struct{}

func (Directory) Prompt

func (dir Directory) Prompt(parameters []string) (string, error)

type FullQualifiedDomainName

type FullQualifiedDomainName struct{}

func (FullQualifiedDomainName) Prompt

func (fqdn FullQualifiedDomainName) Prompt(parameters []string) (string, error)

type Host

type Host struct{}

func (Host) Prompt

func (host Host) Prompt(parameters []string) (string, error)

type LineBreak

type LineBreak struct{}

func (LineBreak) Prompt

func (line LineBreak) Prompt(parameters []string) (string, error)

type Plugin

type Plugin interface {
	Prompt(parameters []string) (string, error)
}

type PromptSymbol

type PromptSymbol struct{}

func (PromptSymbol) Prompt

func (plugin PromptSymbol) Prompt(parameters []string) (string, error)

type SourceControl

type SourceControl struct{}

func (SourceControl) Prompt

func (sourceControl SourceControl) Prompt(parameters []string) (string, error)

type SourceControlPlugin

type SourceControlPlugin interface {
	IsApplicable() bool
}

type User

type User struct{}

func (User) Prompt

func (user User) Prompt(parameters []string) (string, error)

type Virtualenv

type Virtualenv struct{}

func (Virtualenv) Prompt

func (plugin Virtualenv) Prompt(parameters []string) (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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