MCPcopy
hub / github.com/influxdata/telegraf / Serializer

Struct Serializer

plugins/serializers/binary/binary.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Serializer struct {
13 Entries []*Entry `toml:"entries"`
14 Endianness string `toml:"endianness"`
15
16 converter binary.ByteOrder
17}
18
19func (s *Serializer) Init() error {
20 switch s.Endianness {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected