Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func EvaluateExpression ¶
EvaluateExpression Expression evaluation function. It uses map as a model and evaluates expression given as the parameter using dot syntax: "foo" evaluates to model[foo] "foo.bar" evaluates to model[foo][bar] If a key given in the expression does not exist in the model, function will return empty string and an error.
func ExtractHeader ¶
Types ¶
type StatusResponse ¶
type StatusResponse struct {
// contains filtered or unexported fields
}
type Tail ¶
type Tail struct {
// contains filtered or unexported fields
}
Tail is a structure that holds data necessary to perform tailing.
func NewTail ¶
func NewTail(configuration *configuration.Configuration, ctx *cli.Context) *Tail
NewTail creates a new Tailer using configuration
type VersionResponse ¶
type VersionResponse struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.