Documentation
¶
Index ¶
Constants ¶
View Source
const ( ArgLiteral = "@ARG" RawArgLiteral = "@RAWARG" )
Variables ¶
View Source
var ( ScriptCount = metric.NewCounter("MetaScript") ProbeCount = metric.NewCounter("MetaProbe") ProbeSuccessCount = metric.NewCounter("MetaProbeSuccess") ProbeFailureCount = metric.NewCounter("MetaProbeFailure") )
View Source
var (
ErrParse = errors.New("Parse")
)
Functions ¶
func ReplaceScriptLiterals ¶ added in v0.3.0
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func NewDataFromEnviron ¶
func NewDataFromEnviron() *Data
func NewDataFromEqualPairs ¶ added in v0.3.0
func (Data) MarshalJSON ¶
func (Data) MarshalYAML ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader parses Data jsonl.
Click to show internal directories.
Click to hide internal directories.