MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Field

Struct Field

pkg/filter/filter.go:68–72  ·  view source on GitHub ↗

Field contains field meta attributes all accessors need to extract the value.

Source from the content-addressed store, hash-verified

66
67// Field contains field meta attributes all accessors need to extract the value.
68type Field struct {
69 Name fields.Field
70 Value string
71 Arg string
72}
73
74func (f *Field) String() string {
75 if f.Arg != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected