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#L59: func NewEntryCaller(pc uintptr, file string, line int, ok bool) EntryCaller {
		entry.go#L61: 		return EntryCaller{}
		entry.go#L63: 	return EntryCaller{
		entry.go#L72: type EntryCaller struct {
		entry.go#L81: func (ec EntryCaller) String() string {
		entry.go#L87: func (ec EntryCaller) FullPath() string {
		entry.go#L102: func (ec EntryCaller) TrimmedPath() string {
		entry.go#L150: 	Caller     EntryCaller

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