Documentation ¶
Index ¶
- Constants
- type Anchor
- type Element
- type Genus
- type Terminal
- func (t *Terminal) Attach(kind string, elm Element)
- func (t *Terminal) Get() (string, Element)
- func (t *Terminal) Make(kind string, arg interface{}) (elem Element, err error)
- func (t *Terminal) Path() string
- func (t *Terminal) Scrub()
- func (t *Terminal) View() map[string]*Terminal
- func (t *Terminal) Walk(walk []string) *Terminal
- type XTerminal
- type YTerminal
Constants ¶
View Source
const ( Server = "server" Chan = "chan" Proc = "proc" Docker = "docker" Nameserver = "dns" OnJoin = "@join" OnLeave = "@leave" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Terminal ¶
type Terminal struct {
// contains filtered or unexported fields
}
Terminal presents a facade to *Anchor with added element manipulation methods
type XTerminal ¶
type XTerminal struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.