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

3 uses

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