Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶ added in v1.24.0
type Parser struct {
DefaultTags map[string]string `toml:"-"`
Log telegraf.Logger `toml:"-"`
// contains filtered or unexported fields
}
func (*Parser) SetDefaultTags ¶ added in v1.24.0
func (*Parser) SetTimeFunc ¶ added in v1.39.0
type PointScanner ¶
type PointScanner struct {
// contains filtered or unexported fields
}
func NewScanner ¶
func NewScanner(r io.Reader) *PointScanner
func (*PointScanner) Scan ¶
func (s *PointScanner) Scan() (Token, string)
Scan returns the next token and literal value.
Click to show internal directories.
Click to hide internal directories.