MCPcopy Index your code
hub / github.com/dreadl0ck/netcap / NewValueEncoder

Function NewValueEncoder

encoder/encoder.go:64–73  ·  view source on GitHub ↗

NewValueEncoder returns a new encoding manager instance.

()

Source from the content-addressed store, hash-verified

62
63// NewValueEncoder returns a new encoding manager instance.
64func NewValueEncoder() *ValueEncoder {
65
66 man := &ValueEncoder{
67 columns: map[string]*ColumnSummary{},
68 }
69
70 encoders = append(encoders, man)
71
72 return man
73}
74
75// Config holds configuration parameters.
76type Config struct {

Callers 15

gre.goFile · 0.92
eapol.goFile · 0.92
bfd.goFile · 0.92
rmcp.goFile · 0.92
isis.goFile · 0.92
device_profile.goFile · 0.92
iec62351.goFile · 0.92
http.goFile · 0.92
ipp.goFile · 0.92
diameter.goFile · 0.92
profinet.goFile · 0.92

Calls

no outgoing calls