pkg

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DEFAULT_HUB_ADDRESS = "https://hub.k0s.io"

	REDIR_PROXY_PORT  = ":1081"
	SOCKS5_PROXY_PORT = ":1080"
	DOH_PROXY_PORT    = ":53"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IDer

type IDer interface {
	ID() string
}

type Manager

type Manager interface {
	Add(Tider)
	Del(string)
	Has(string) bool
	Get(string) Tider
	Keys() []string
	Values() []Tider
	Size() int
}

type Namer

type Namer interface {
	Name() string
}

type Tider

type Tider interface {
	Namer
	Timer
	IDer
}

type Timer

type Timer interface {
	Time() time.Time
}

type Version

type Version interface {
	GetGitCommit() string
	GetGitState() string
	GetGitBranch() string
	GetGitSummary() string
	GetBuildDate() string
	GetVersion() string
	GetGoVersion() string

	YAMLString() string
	JsonString() string
}

Directories

Path Synopsis
tty
api
cast
Package cast contains the essential structures for dealing with an asciinema cast of the v2 format.
Package cast contains the essential structures for dealing with an asciinema cast of the v2 format.
v2
cli
hub
mnt
fzf
Package fzf implements fzf, a command-line fuzzy finder.
Package fzf implements fzf, a command-line fuzzy finder.
tui
hub
Package localcommand provides an implementation of webtty.Slave that launches a local command with a PTY.
Package localcommand provides an implementation of webtty.Slave that launches a local command with a PTY.
simple
Package wetty provides a protocol and an implementation to control terminals thorough networks.
Package wetty provides a protocol and an implementation to control terminals thorough networks.

Jump to

Keyboard shortcuts

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