Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename resolver/cache.Operator to Entry. #2359

Merged

Commits on Oct 5, 2021

  1. Rename resolver/cache.Operator to Entry.

    This type is a data object representing a resolver cache entry. It
    doesn't have a particular connection to operators other than residing
    where it resides. This name change should clarify what, exactly, the
    type represents.
    
    OperatorPredicate is also renamed to cache.Predicate because the
    argument to its core Test method is a cache.Entry.
    
    Signed-off-by: Ben Luddy <bluddy@redhat.com>
    benluddy committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    27ce072 View commit details
    Browse the repository at this point in the history