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

12 uses

	go.uber.org/zap/zapcore (current package)
		encoder.go#L265: type CallerEncoder func(EntryCaller, PrimitiveArrayEncoder)
		encoder.go#L269: func FullCallerEncoder(caller EntryCaller, enc PrimitiveArrayEncoder) {
		encoder.go#L276: func ShortCallerEncoder(caller EntryCaller, enc PrimitiveArrayEncoder) {
		entry.go#L57: func NewEntryCaller(pc uintptr, file string, line int, ok bool) EntryCaller {
		entry.go#L59: 		return EntryCaller{}
		entry.go#L61: 	return EntryCaller{
		entry.go#L70: type EntryCaller struct {
		entry.go#L79: func (ec EntryCaller) String() string {
		entry.go#L85: func (ec EntryCaller) FullPath() string {
		entry.go#L100: func (ec EntryCaller) TrimmedPath() string {
		entry.go#L148: 	Caller     EntryCaller

	go.uber.org/zap
		logger.go#L407: 		ce.Caller = zapcore.EntryCaller{