Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ CSVParser
Struct
CSVParser
src/go/plugin/go.d/pkg/logs/csv.go:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
CSVParser
struct
{
29
Config CSVConfig
30
reader *csv.Reader
31
format *csvFormat
32
}
33
34
csvFormat
struct
{
35
raw string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected