MCPcopy
hub / github.com/uber-go/zap / ioCore

Struct ioCore

zapcore/core.go:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type ioCore struct {
67 LevelEnabler
68 enc Encoder
69 out WriteSyncer
70}
71
72var (
73 _ Core = (*ioCore)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected