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

6 uses

	go.uber.org/zap/zapcore (current package)
		encoder.go#L405: type ArrayEncoder interface {
		error.go#L94: func (errs errArray) MarshalLogArray(arr ArrayEncoder) error {
		error.go#L125: func (e *errArrayElem) MarshalLogArray(arr ArrayEncoder) error {
		marshaler.go#L51: 	MarshalLogArray(ArrayEncoder) error
		marshaler.go#L56: type ArrayMarshalerFunc func(ArrayEncoder) error
		marshaler.go#L59: func (f ArrayMarshalerFunc) MarshalLogArray(enc ArrayEncoder) error {