type go.uber.org/zap/zapcore.CallerEncoder

3 uses

	go.uber.org/zap/zapcore (current package)
		encoder.go#L265: type CallerEncoder func(EntryCaller, PrimitiveArrayEncoder)
		encoder.go#L283: func (e *CallerEncoder) UnmarshalText(text []byte) error {
		encoder.go#L334: 	EncodeCaller   CallerEncoder   `json:"callerEncoder" yaml:"callerEncoder"`