Documentation
¶
Overview ¶
Package message encapsulates the units emitted by the lexer.
Package message encapsulates the units emitted by the lexer.
Package message encapsulates the units emitted by the lexer.
Index ¶
- Constants
- Variables
- func Deserialize(b []byte) map[string]interface{}
- func Log(format string, i ...interface{}) *message
- func New(cls Class, raw []byte) *message
- func Pty(pty string) []byte
- func Raw(raw []byte) *message
- func Run(cmd, env []string) []byte
- func Serialize(m map[string]interface{}) []byte
- func Started() []byte
- func Status(status int) []byte
- func Term(term string) []byte
- func TerminalSize(ts *terminal.Size) []byte
- type Class
- type T
Constants ¶
View Source
const ESC = 0x1b
Variables ¶
View Source
var ( CRLF = []byte{13, 10} EOT = []byte{4} )
Functions ¶
func Deserialize ¶
func TerminalSize ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.