MCPcopy
hub / github.com/rs/zerolog / Encoder

Struct Encoder

internal/cbor/base.go:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9var JSONMarshalFunc func(v interface{}) ([]byte, error)
10
11type Encoder struct{}
12
13// AppendKey adds a key (string) to the binary encoded log message
14func (e Encoder) AppendKey(dst []byte, key string) []byte {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected