Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
EmptyTemplate is empty Template.
View Source
var QuitRequest = errors.New("quit request")
QuitRequest is used when websocket should be closed.
Functions ¶
Types ¶
type CLI ¶
type CLI struct {
// contains filtered or unexported fields
}
CLI is interface for websocket.
type Template ¶
type Template struct {
// contains filtered or unexported fields
}
Template is used to expand template.
func NewTemplateFile ¶
NewTemplateFile create Template from file.
Click to show internal directories.
Click to hide internal directories.