terminal

package
v0.0.0-...-4575f81 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2014 License: GPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Terminal

type Terminal struct {
	Status TerminalStatusInterface
}

func InitTerminal

func InitTerminal() *Terminal

func (*Terminal) Init

func (me *Terminal) Init(app *lib.App)

type TerminalStatusInterface

type TerminalStatusInterface interface {
	Show(app *lib.App) TerminalStatusInterface
}

type TerminalStatusSearchProject

type TerminalStatusSearchProject struct {
	Language string
}

func InitTerminalStatusSearchProject

func InitTerminalStatusSearchProject(language string) *TerminalStatusSearchProject

func (*TerminalStatusSearchProject) Show

type TerminalStatusSelectLanguage

type TerminalStatusSelectLanguage struct{}

func InitTerminalStatusSelectLanguage

func InitTerminalStatusSelectLanguage() *TerminalStatusSelectLanguage

func (*TerminalStatusSelectLanguage) Show

type TerminalStatusSelectProject

type TerminalStatusSelectProject struct {
	Language string
	Search   string
}

func InitTerminalStatusSelectProject

func InitTerminalStatusSelectProject(language string, search string) *TerminalStatusSelectProject

func (*TerminalStatusSelectProject) FilterRepos

func (me *TerminalStatusSelectProject) FilterRepos(s []github.Repository, filter string) []github.Repository

func (*TerminalStatusSelectProject) Show

type TerminalStatusSelectUser

type TerminalStatusSelectUser struct{}

func InitTerminalStatusSelectUser

func InitTerminalStatusSelectUser() *TerminalStatusSelectUser

func (*TerminalStatusSelectUser) Show

type TerminalStatusShowProject

type TerminalStatusShowProject struct {
	Language string
	Repo     *github.Repository
}

func InitTerminalStatusShowProject

func InitTerminalStatusShowProject(language string, repo *github.Repository) *TerminalStatusShowProject

func (*TerminalStatusShowProject) Show

Jump to

Keyboard shortcuts

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