Skip to content

pkg/otel/arrow_record/{ConsumerAPI,ProducerAPI} is not idiomatic naming #56

@jmacd

Description

@jmacd

When I introduced gomock support in pkg/otel/arrow_record, I created two new interfaces used only in testing. Since the names Consumer and Producer (both structs) were taken, I created *API types. I also considered Iface. I could move these into a test package, or we can make the real types unexported and only export the interface. Something should be done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions